Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hashicorp/hcl
/ TraversalStep
Method
TraversalStep
traversal.go:222–222 ·
view source on GitHub ↗
(cty.Value)
Source
from the content-addressed store, hash-verified
220
// A Traverser is a step within a Traversal.
221
type
Traverser
interface
{
222
TraversalStep(cty.Value) (cty.Value, Diagnostics)
223
SourceRange() Range
224
isTraverserSigil() isTraverser
225
}
Callers
1
TraverseRel
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected