MCPcopy
hub / github.com/google/go-jsonnet / Base

Struct Base

internal/pass/pass.go:74–75  ·  view source on GitHub ↗

Base implements basic traversal so other passes can extend it.

Source from the content-addressed store, hash-verified

72
73// Base implements basic traversal so other passes can extend it.
74type Base struct {
75}
76
77// FodderElement cannot descend any further
78func (*Base) FodderElement(p ASTPass, element *ast.FodderElement, ctx Context) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected