MCPcopy Index your code
hub / github.com/InfinitiBit/graphbit / is_runtime_initialized

Function is_runtime_initialized

python/src/runtime.rs:174–176  ·  view source on GitHub ↗

Check if runtime is initialized

()

Source from the content-addressed store, hash-verified

172
173/// Check if runtime is initialized
174pub(crate) fn is_runtime_initialized() -> bool {
175 GRAPHBIT_RUNTIME.get().is_some()
176}
177
178/// Shutdown runtime gracefully (for testing and cleanup)
179pub(crate) fn shutdown_runtime() {

Callers 2

get_system_infoFunction · 0.85
health_checkFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected