MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / is_runtime_initialized

Function is_runtime_initialized

core/config.py:78–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76
77
78def is_runtime_initialized() -> bool:
79 return is_config_initialized(dict(settings.items()))
80
81
82async def initialize_system(

Callers 3

setup_pageFunction · 0.90
setup_submitFunction · 0.90

Calls 2

is_config_initializedFunction · 0.90
itemsMethod · 0.80

Tested by

no test coverage detected