MCPcopy Create free account
hub / github.com/koding/kite / UnmarshalJSON

Method UnmarshalJSON

dnode/callback.go:38–40  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

36}
37
38func (*Function) UnmarshalJSON(data []byte) error {
39 return nil
40}
41
42// Callback is the wrapper for function when sending.
43func Callback(f func(*Partial)) Function {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected