Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-yaml/yaml
/ isMerge
Function
isMerge
decode.go:998–1000 ·
view source on GitHub ↗
(n *Node)
Source
from the content-addressed store, hash-verified
996
}
997
998
func
isMerge(n *Node) bool {
999
return
n.Kind == ScalarNode && n.Value ==
"<<"
&& (n.Tag ==
""
|| n.Tag ==
"!"
|| shortTag(n.Tag) == mergeTag)
1000
}
Callers
2
mapping
Method · 0.85
mappingStruct
Method · 0.85
Calls
1
shortTag
Function · 0.85
Tested by
no test coverage detected