Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
268
func
newInTree() inTree {
269
return
inTree{
270
children: &nodes{},
271
}
272
}
273
274
func
(it *inTree) assertUnattached() {
275
if
it.parent != nil {
Callers
14
newBlock
Function · 0.85
newBlockLabels
Function · 0.85
newAttribute
Function · 0.85
newExpression
Function · 0.85
newTraversal
Function · 0.85
newTraverseName
Function · 0.85
newTraverseIndex
Function · 0.85
NewEmptyFile
Function · 0.85
parse
Function · 0.85
parseBody
Function · 0.85
parseAttribute
Function · 0.85
parseBlock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected