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

Method TraverseAbs

traversal.go:187–189  ·  view source on GitHub ↗

TraverseAbs traverses from a scope to the value resulting from the absolute traversal.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

185// TraverseAbs traverses from a scope to the value resulting from the
186// absolute traversal.
187func (t TraversalSplit) TraverseAbs(ctx *EvalContext) (cty.Value, Diagnostics) {
188 return t.Abs.TraverseAbs(ctx)
189}
190
191// TraverseRel traverses from a given value, assumed to be the result of
192// TraverseAbs on some scope, to a final result for the entire split traversal.

Callers 1

TraverseMethod · 0.95

Calls 1

TraverseAbsMethod · 0.45

Tested by

no test coverage detected