MCPcopy Create free account
hub / github.com/belak/gitdir / Node

Struct Node

internal/yaml/node.go:8–10  ·  view source on GitHub ↗

Node is a simple wrapper around the lower level yaml Node.

Source from the content-addressed store, hash-verified

6
7// Node is a simple wrapper around the lower level yaml Node.
8type Node struct {
9 *yaml.Node
10}
11
12// NewMappingNode returns a new node pointing to a yaml map.
13func NewMappingNode() *Node {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected