MCPcopy
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
110func (ns *nodes) Clear() {
111 ns.first = nil
112 ns.last = nil
113}
114
115func (ns *nodes) Append(c nodeContent) *node {
116 n := &node{

Callers 2

populateBodyFunction · 0.45
ReplaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected