MCPcopy Create free account
hub / github.com/ProjectMitosisOS/mitosis-core / handler

Function handler

exp/fork-functions/helloworld/function.py:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13@tick_execution_time
14def handler():
15 if profile == 1:
16 print("hello world")
17 else:
18 s = "hello world"
19 t = s.find('d')
20
21
22@mitosis_bench

Callers 1

benchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected