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

Method AppendUnstructuredTokens

hclwrite/ast_body.go:45–47  ·  view source on GitHub ↗
(ts Tokens)

Source from the content-addressed store, hash-verified

43}
44
45func (b *Body) AppendUnstructuredTokens(ts Tokens) {
46 b.children.Append(ts)
47}
48
49// Attributes returns a new map of all of the attributes in the body, with
50// the attribute names as the keys.

Callers 2

parseBodyFunction · 0.95
AppendNewlineMethod · 0.95

Implementers 8

Bodyhclsyntax/structure.go
unknownBodyext/dynblock/unknown_body.go
expandBodyext/dynblock/expand_body.go
deepWrapperext/transform/transform.go
diagBodyext/transform/error.go
bodyjson/structure.go
mockBodyhcltest/mock.go

Calls 1

AppendMethod · 0.45

Tested by

no test coverage detected