MCPcopy Index your code
hub / github.com/koding/kite / Function

Method Function

dnode/partial.go:108–111  ·  view source on GitHub ↗

Function is a helper to unmarshal a callback function.

()

Source from the content-addressed store, hash-verified

106
107// Function is a helper to unmarshal a callback function.
108func (p *Partial) Function() (f Function, err error) {
109 err = p.Unmarshal(&f)
110 return
111}
112
113//----------------------------------------------------------------
114// Helper methods for unmarshaling JSON types that panic on errors

Callers 2

MustFunctionMethod · 0.95
newHeartbeatReqFunction · 0.80

Calls 1

UnmarshalMethod · 0.95

Tested by

no test coverage detected