Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
type
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
TestMain
Function · 0.65
main
Function · 0.65
Walk
Function · 0.65
main
Function · 0.65
main
Function · 0.65
usage
Function · 0.65
main
Function · 0.65
realmain
Function · 0.65
usage
Function · 0.65
Implementers
2
variablesWalker
hclsyntax/variables.go
testWalker
hclsyntax/walk_test.go
Calls
no outgoing calls
Tested by
1
TestMain
Function · 0.52