Skip to content

USVM Type Inference as a Service

d1251b2
Select commit
Loading
Failed to load commit list.
Draft

Add gRPC server for type inference #292

USVM Type Inference as a Service
d1251b2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / detekt succeeded Jul 4, 2025 in 11s

No new alerts in code changed by this pull request

Annotations

Check warning on line 1136 in usvm-ts/src/main/kotlin/org/usvm/machine/expr/TsExprResolver.kt

See this annotation in the file changed.

Code scanning / detekt

Excessive nesting leads to hidden complexity. Prefer extracting code to make it easier to understand. Warning

Function resolveLocal is nested too deeply.

Check warning on line 1188 in usvm-ts/src/main/kotlin/org/usvm/machine/expr/TsExprResolver.kt

See this annotation in the file changed.

Code scanning / detekt

Braces do not comply with the specified policy Warning

Inconsistent braces, make sure all branches either have or don't have braces.

Check warning on line 14 in usvm-ts/src/test/kotlin/org/usvm/util/SetupServer.kt

See this annotation in the file changed.

Code scanning / detekt

Report missing or invalid underscores in base 10 numbers. Numeric literals should be underscore separated to increase readability. Warning test

This number should be separated by underscores in order to increase readability.