MCPcopy
hub / github.com/go-yaml/yaml / nodev

Method nodev

encode.go:428–430  ·  view source on GitHub ↗
(in reflect.Value)

Source from the content-addressed store, hash-verified

426}
427
428func (e *encoder) nodev(in reflect.Value) {
429 e.node(in.Interface().(*Node), "")
430}
431
432func (e *encoder) node(node *Node, tail string) {
433 // Zero nodes behave as nil.

Callers 2

marshalDocMethod · 0.95
marshalMethod · 0.95

Calls 1

nodeMethod · 0.95

Tested by

no test coverage detected