MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / run_kernel_program

Function run_kernel_program

solidui/cli/kernel.py:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29
30def run_kernel_program():
31 try:
32 asyncio.run(kernel_program_main())
33 except Exception as e:
34 logging.exception("Error running the kernel_program:")
35 sys.exit(1)
36
37
38def print_banner():

Callers

nothing calls this directly

Calls 2

runMethod · 0.80
exceptionMethod · 0.80

Tested by

no test coverage detected