Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iron-io/functions
/ Start
Method
Start
api/server/server.go:201–205 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
199
}
200
201
func
(s *Server) Start(ctx context.Context) {
202
ctx = contextWithSignal(ctx, os.Interrupt)
203
s.startGears(ctx)
204
close(s.tasks)
205
}
206
207
func
(s *Server) setupMiddlewares() {
208
SetupJwtAuth(s)
Callers
1
setupServer
Function · 0.45
Calls
2
startGears
Method · 0.95
contextWithSignal
Function · 0.85
Tested by
1
setupServer
Function · 0.36