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

Struct parserImpl

policy/parser.go:587–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587type parserImpl struct {
588 id int64
589 visitor TagVisitor
590 info *ast.SourceInfo
591 src *Source
592 iss *cel.Issues
593
594 YAMLHelper
595 inlineStyleVariables bool
596}
597
598// NextID returns a monotonically increasing identifier for a source fragment.
599// 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