| 627 | } |
| 628 | |
| 629 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected