MCPcopy Index your code
hub / github.com/coder/coder / exprString

Function exprString

scripts/intxcheck/analyzer.go:586–591  ·  view source on GitHub ↗
(expr ast.Expr)

Source from the content-addressed store, hash-verified

584}
585
586func exprString(expr ast.Expr) string {
587 if expr == nil {
588 return ""
589 }
590 return types.ExprString(unparen(expr))
591}
592
593func unparen(expr ast.Expr) ast.Expr {
594 for {

Callers 3

inspectInTxBodyFunction · 0.85
newOuterStoreMatcherFunction · 0.85
exprFormForFunction · 0.85

Calls 1

unparenFunction · 0.85

Tested by

no test coverage detected