MCPcopy Index your code
hub / github.com/IyadhKhalfallah/Code2Flowchart / run

Function run

code2flowchart/main.py:5–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5def run():
6 async_llm = AsyncFlowGenerator(0)
7 loop = asyncio.get_event_loop()
8 tasks = [
9 loop.create_task(async_llm.generate_concurrently('IyadhKhalfallah', 'aws-lambda_terraform')),
10 ]
11 loop.run_until_complete(asyncio.wait(tasks))
12 loop.close()
13
14
15if __name__ == '__main__':

Callers 1

main.pyFile · 0.85

Calls 2

generate_concurrentlyMethod · 0.95
AsyncFlowGeneratorClass · 0.90

Tested by

no test coverage detected