Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunctionStream/function-stream
/ UnmarshalJSON
Method
UnmarshalJSON
admin/client/utils.go:110–113 ·
view source on GitHub ↗
(src []byte)
Source
from the content-addressed store, hash-verified
108
}
109
110
func
(v *NullableInt) UnmarshalJSON(src []byte) error {
111
v.isSet = true
112
return
json.Unmarshal(src, &v.value)
113
}
114
115
type
NullableInt32
struct
{
116
value *int32
Callers
1
decode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected