MCPcopy Create free account
hub / github.com/cel-expr/cel-go / pathAstNode

Struct pathAstNode

ext/lists.go:954–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954type pathAstNode struct {
955 path []string
956 t *types.Type
957}
958
959func (p pathAstNode) Path() []string {
960 return p.path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected