Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hashicorp/hcl
/ Clear
Method
Clear
hclwrite/node.go:110–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
func
(ns *nodes) Clear() {
111
ns.first = nil
112
ns.last = nil
113
}
114
115
func
(ns *nodes) Append(c nodeContent) *node {
116
n := &node{
Callers
2
populateBody
Function · 0.45
Replace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected