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

Method final

method.go:279–284  ·  view source on GitHub ↗
(r *Request, resp interface{}, err error)

Source from the content-addressed store, hash-verified

277}
278
279func (m *Method) final(r *Request, resp interface{}, err error) (interface{}, error) {
280 for _, f := range m.finalFuncs {
281 resp, err = f(r, resp, err)
282 }
283 return resp, err
284}

Callers 1

ServeKiteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected