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

Method TransformBody

ext/transform/transformer.go:19–19  ·  view source on GitHub ↗
(hcl.Body)

Source from the content-addressed store, hash-verified

17// to help with this.
18type Transformer interface {
19 TransformBody(hcl.Body) hcl.Body
20}
21
22// TransformerFunc is a function type that implements Transformer.

Callers 3

ShallowFunction · 0.65
DeepFunction · 0.65
TransformBodyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected