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

Struct parserImpl

policy/parser.go:629–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629type parserImpl struct {
630 id int64
631 visitor TagVisitor
632 info *ast.SourceInfo
633 src *Source
634 iss *cel.Issues
635
636 YAMLHelper
637 inlineStyleVariables bool
638}
639
640// NextID returns a monotonically increasing identifier for a source fragment.
641// This ID is implicitly created and tracked within the CollectMetadata method.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected