MCPcopy 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
110func (v *NullableInt) UnmarshalJSON(src []byte) error {
111 v.isSet = true
112 return json.Unmarshal(src, &v.value)
113}
114
115type NullableInt32 struct {
116 value *int32

Callers 1

decodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected