| 585 | } |
| 586 | |
| 587 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected