Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pquerna/ffjson
/ UnmarshalJSON
Method
UnmarshalJSON
tests/ff.go:997–1000 ·
view source on GitHub ↗
UnmarshalJSON func
([]byte)
Source
from the content-addressed store, hash-verified
995
996
// UnmarshalJSON func
997
func
(r *Ref) UnmarshalJSON([]byte) error {
998
*r = 12
999
return
nil
1000
}
1001
1002
// Val has Marshaler methods with value receiver.
1003
type
Val int
Callers
5
BenchmarkSimpleUnmarshal
Function · 0.45
TestSimpleUnmarshal
Function · 0.45
testExpectedError
Function · 0.45
Decode
Method · 0.45
Unmarshal
Function · 0.45
Calls
no outgoing calls
Tested by
3
BenchmarkSimpleUnmarshal
Function · 0.36
TestSimpleUnmarshal
Function · 0.36
testExpectedError
Function · 0.36