MCPcopy
hub / github.com/hashicorp/hcl / testWalker

Struct testWalker

hclsyntax/walk_test.go:172–174  ·  hclsyntax/walk_test.go::testWalker

Source from the content-addressed store, hash-verified

170}
171
172type testWalker struct {
173 Calls []testWalkCall
174}
175
176func (w *testWalker) Enter(node Node) hcl.Diagnostics {
177 w.Calls = append(w.Calls, testWalkCall{testWalkEnter, fmt.Sprintf("%T", node)})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected