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

Function newInTree

hclwrite/node.go:268–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266}
267
268func newInTree() inTree {
269 return inTree{
270 children: &nodes{},
271 }
272}
273
274func (it *inTree) assertUnattached() {
275 if it.parent != nil {

Callers 14

newBlockFunction · 0.85
newBlockLabelsFunction · 0.85
newAttributeFunction · 0.85
newExpressionFunction · 0.85
newTraversalFunction · 0.85
newTraverseNameFunction · 0.85
newTraverseIndexFunction · 0.85
NewEmptyFileFunction · 0.85
parseFunction · 0.85
parseBodyFunction · 0.85
parseAttributeFunction · 0.85
parseBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected