Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
586
func
exprString(expr ast.Expr) string {
587
if
expr == nil {
588
return
""
589
}
590
return
types.ExprString(unparen(expr))
591
}
592
593
func
unparen(expr ast.Expr) ast.Expr {
594
for
{
Callers
3
inspectInTxBody
Function · 0.85
newOuterStoreMatcher
Function · 0.85
exprFormFor
Function · 0.85
Calls
1
unparen
Function · 0.85
Tested by
no test coverage detected