Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hashicorp/hcl
/ Add
Method
Add
hclwrite/node.go:205–207 ·
view source on GitHub ↗
(n *node)
Source
from the content-addressed store, hash-verified
203
}
204
205
func
(ns nodeSet) Add(n *node) {
206
ns[n] =
struct
{}{}
207
}
208
209
func
(ns nodeSet) Remove(n *node) {
210
delete(ns, n)
Callers
7
Replace
Method · 0.80
NewExpressionAbsTraversal
Function · 0.80
parseBlockLabels
Function · 0.80
parseExpression
Function · 0.80
parseTraversal
Function · 0.80
appendItem
Method · 0.80
appendItemNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected