Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
428
func
(e *encoder) nodev(in reflect.Value) {
429
e.node(in.Interface().(*Node),
""
)
430
}
431
432
func
(e *encoder) node(node *Node, tail string) {
433
// Zero nodes behave as nil.
Callers
2
marshalDoc
Method · 0.95
marshal
Method · 0.95
Calls
1
node
Method · 0.95
Tested by
no test coverage detected