Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pelletier/go-toml
/ doc994ok
Struct
doc994ok
unmarshaler_test.go:4509–4511 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4507
}
4508
4509
type
doc994ok
struct
{
4510
S string
4511
}
4512
4513
func
(d *doc994ok) UnmarshalTOML(data []byte) error {
4514
d.S = string(data) +
" from unmarshaler"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected