MCPcopy
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
201func (s *Server) Start(ctx context.Context) {
202 ctx = contextWithSignal(ctx, os.Interrupt)
203 s.startGears(ctx)
204 close(s.tasks)
205}
206
207func (s *Server) setupMiddlewares() {
208 SetupJwtAuth(s)

Callers 1

setupServerFunction · 0.45

Calls 2

startGearsMethod · 0.95
contextWithSignalFunction · 0.85

Tested by 1

setupServerFunction · 0.36