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

FuncType functionReceived

dnode/callback.go:58–58  ·  view source on GitHub ↗

functionReceived is a type implementing caller interface. It is used to set the Function when a callback function is received.

func(...interface{}) error

Source from the content-addressed store, hash-verified

56// functionReceived is a type implementing caller interface.
57// It is used to set the Function when a callback function is received.
58type functionReceived func(...interface{}) error
59
60func (f functionReceived) Call(args ...interface{}) error {
61 return f(args...)

Callers 1

ParseCallbacksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected