Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
78
def
is_runtime_initialized() -> bool:
79
return
is_config_initialized(dict(settings.items()))
80
81
82
async
def
initialize_system(
Callers
3
refresh_settings_middleware
Function · 0.90
setup_page
Function · 0.90
setup_submit
Function · 0.90
Calls
2
is_config_initialized
Function · 0.90
items
Method · 0.80
Tested by
no test coverage detected