Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ visitIdent
Method
visitIdent
parser/unparser.go:336–339 ·
view source on GitHub ↗
(expr ast.Expr)
Source
from the content-addressed store, hash-verified
334
}
335
336
func
(un *unparser) visitIdent(expr ast.Expr) error {
337
un.str.WriteString(expr.AsIdent())
338
return
nil
339
}
340
341
func
(un *unparser) visitList(expr ast.Expr) error {
342
l := expr.AsList()
Callers
1
visit
Method · 0.95
Calls
1
AsIdent
Method · 0.65
Tested by
no test coverage detected