Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
526
func
(s *Server) handleRestError(e error) {
527
if
e == nil {
528
return
529
}
530
s.log.Error(e,
"Error handling REST request"
)
531
}
Callers
4
makeFunctionStoreService
Method · 0.95
makeStateService
Method · 0.95
makeTubeService
Method · 0.95
makeFunctionService
Method · 0.95
Calls
1
Error
Method · 0.80
Tested by
no test coverage detected