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

Function newDecoder

decode.go:340–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338)
339
340func newDecoder() *decoder {
341 d := &decoder{
342 stringMapType: stringMapType,
343 generalMapType: generalMapType,
344 uniqueKeys: true,
345 }
346 d.aliases = make(map[*Node]bool)
347 return d
348}
349
350func (d *decoder) terror(n *Node, tag string, out reflect.Value) {
351 if n.Tag != "" {

Callers 3

DecodeMethod · 0.85
DecodeMethod · 0.85
unmarshalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected