Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
def
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
38
def
print_banner():
Callers
nothing calls this directly
Calls
2
run
Method · 0.80
exception
Method · 0.80
Tested by
no test coverage detected