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

Method Exit

hclsyntax/walk.go:30–30  ·  view source on GitHub ↗
(node Node)

Source from the content-addressed store, hash-verified

28type Walker interface {
29 Enter(node Node) hcl.Diagnostics
30 Exit(node Node) hcl.Diagnostics
31}
32
33// Walk is a more complex way to traverse the AST starting with a particular

Callers 9

TestMainFunction · 0.65
mainFunction · 0.65
WalkFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
usageFunction · 0.65
mainFunction · 0.65
realmainFunction · 0.65
usageFunction · 0.65

Implementers 2

variablesWalkerhclsyntax/variables.go
testWalkerhclsyntax/walk_test.go

Calls

no outgoing calls

Tested by 1

TestMainFunction · 0.52