MCPcopy Create free account
hub / github.com/Freedium-cfd/web / safe_main

Function safe_main

medium-parser/tests/example_test.py:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16async def safe_main():
17 try:
18 await main()
19 except Exception as ex:
20 logger.exception(ex)
21
22
23async def main():

Callers 1

example_test.pyFile · 0.85

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected