Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ astNode
Struct
astNode
checker/cost.go:76–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
type
astNode
struct
{
77
path []string
78
t *types.Type
79
expr ast.Expr
80
derivedSize *SizeEstimate
81
}
82
83
func
(e astNode) Path() []string {
84
return
e.path
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected