MCPcopy
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.
221type Traverser interface {
222 TraversalStep(cty.Value) (cty.Value, Diagnostics)
223 SourceRange() Range
224 isTraverserSigil() isTraverser
225}

Callers 1

TraverseRelMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected