MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / handleRestError

Method handleRestError

server/server.go:526–531  ·  view source on GitHub ↗
(e error)

Source from the content-addressed store, hash-verified

524}
525
526func (s *Server) handleRestError(e error) {
527 if e == nil {
528 return
529 }
530 s.log.Error(e, "Error handling REST request")
531}

Callers 4

makeStateServiceMethod · 0.95
makeTubeServiceMethod · 0.95
makeFunctionServiceMethod · 0.95

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected