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

Method Call

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

Source from the content-addressed store, hash-verified

49type callback func(*Partial)
50
51func (f callback) Call(args ...interface{}) error {
52 // Callback is only for sending functions to the remote side
53 panic("you cannot call your own callback method")
54}
55
56// functionReceived is a type implementing caller interface.
57// It is used to set the Function when a callback function is received.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected