MCPcopy Index your code
hub / github.com/ricklamers/gpt-code-ui / run_kernel_program

Function run_kernel_program

gpt_code_ui/main.py:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 sys.exit(1)
25
26def run_kernel_program():
27 try:
28 asyncio.run(kernel_program_main())
29 except Exception as e:
30 logging.exception("Error running the kernel_program:")
31 sys.exit(1)
32
33def setup_logging():
34 log_format = "%(asctime)s [%(levelname)s]: %(message)s"

Callers

nothing calls this directly

Calls 1

runMethod · 0.80

Tested by

no test coverage detected