MCPcopy Create free account
hub / github.com/stemdeckapp/stemdeck / _ensure

Function _ensure

app/core/settings.py:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59
60def _ensure() -> dict:
61 global _state
62 if _state is None:
63 _state = _load()
64 return _state
65
66
67def _save() -> None:

Callers 9

_saveFunction · 0.85
get_allow_networkFunction · 0.85
set_allow_networkFunction · 0.85
get_max_duration_secFunction · 0.85
set_max_duration_secFunction · 0.85
get_video_max_heightFunction · 0.85
set_video_max_heightFunction · 0.85
get_portFunction · 0.85
set_portFunction · 0.85

Calls 1

_loadFunction · 0.85

Tested by

no test coverage detected