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

Struct pathAstNode

ext/lists.go:953–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected