MCPcopy Index your code
hub / github.com/diffgram/diffgram / start

Method start

local_dispatcher/local_dispatch.py:208–215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

206
207
208 def start(self):
209
210 self.prevent_default_logs()
211
212 self.ingress.app.logger.setLevel(logging.INFO)
213
214 self.ingress.app.debug = False
215 self.ingress.app.run(host = '0.0.0.0', port = self.ingress.port)
216
217
218

Callers 4

job_resync_coreFunction · 0.45
append_to_batch_coreFunction · 0.45
local_dispatch.pyFile · 0.45

Calls 2

prevent_default_logsMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected