MCPcopy Create free account
hub / github.com/IBM/newrelic-cli / Close

Method Close

utils/decoder.go:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132func (d *YAMLDecoder) Close() error {
133 return d.r.Close()
134}
135
136const yamlSeparator = "\n---"
137const separator = "---"

Calls

no outgoing calls

Tested by

no test coverage detected