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

Method UnmarshalText

decode_test.go:1710–1713  ·  view source on GitHub ↗
(s []byte)

Source from the content-addressed store, hash-verified

1708}
1709
1710func (t *textUnmarshaler) UnmarshalText(s []byte) error {
1711 t.S = string(s)
1712 return nil
1713}
1714
1715func (s *S) TestFuzzCrashers(c *C) {
1716 cases := []string{

Callers 1

scalarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected