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

Method ServeKite

method.go:39–41  ·  view source on GitHub ↗

ServeKite calls h(r)

(r *Request)

Source from the content-addressed store, hash-verified

37
38// ServeKite calls h(r)
39func (h HandlerFunc) ServeKite(r *Request) (interface{}, error) {
40 return h(r)
41}
42
43// FinalFunc represents a proxy function that is called last
44// in the method call chain, regardless whether whole call

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected