Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1710
func
(t *textUnmarshaler) UnmarshalText(s []byte) error {
1711
t.S = string(s)
1712
return
nil
1713
}
1714
1715
func
(s *S) TestFuzzCrashers(c *C) {
1716
cases := []string{
Callers
1
scalar
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected