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

Method Call

dnode/callback.go:60–62  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

58type functionReceived func(...interface{}) error
59
60func (f functionReceived) Call(args ...interface{}) error {
61 return f(args...)
62}
63
64// CallbackSpec is a structure encapsulating a Function and it's Path.
65// It is the type of the values in callbacks map.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected