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

Method variablesNeeded

hcldec/spec.go:67–67  ·  view source on GitHub ↗
(content *hcl.BodyContent)

Source from the content-addressed store, hash-verified

65// from the EvalContext, to declare which variables they need.
66type specNeedingVariables interface {
67 variablesNeeded(content *hcl.BodyContent) []hcl.Traversal
68}
69
70// UnknownBody can be optionally implemented by an hcl.Body instance which may

Callers 1

VariablesFunction · 0.65

Implementers 9

AttrSpechcldec/spec.go
ExprSpechcldec/spec.go
BlockSpechcldec/spec.go
BlockListSpechcldec/spec.go
BlockTupleSpechcldec/spec.go
BlockSetSpechcldec/spec.go
BlockMapSpechcldec/spec.go
BlockObjectSpechcldec/spec.go
BlockAttrsSpechcldec/spec.go

Calls

no outgoing calls

Tested by

no test coverage detected