Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
def
_ensure() -> dict:
61
global _state
62
if
_state is None:
63
_state = _load()
64
return
_state
65
66
67
def
_save() -> None:
Callers
9
_save
Function · 0.85
get_allow_network
Function · 0.85
set_allow_network
Function · 0.85
get_max_duration_sec
Function · 0.85
set_max_duration_sec
Function · 0.85
get_video_max_height
Function · 0.85
set_video_max_height
Function · 0.85
get_port
Function · 0.85
set_port
Function · 0.85
Calls
1
_load
Function · 0.85
Tested by
no test coverage detected