MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / home

Function home

tests/files/pyt_examples/yield.py:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13@app.route('/', methods=['POST'])
14def home():
15 script = "; ".join(things_to_run())
16 subprocess.call(script, shell=True)
17 return 'Executed'
18
19
20if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

things_to_runFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected