Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/vastsa/FileCodeBox
/ update_or_create
Method
update_or_create
tests/test_admin_security.py:127–129 ·
view source on GitHub ↗
(cls, key, defaults)
Source
from the content-addressed store, hash-verified
125
126
@classmethod
127
async
def
update_or_create(cls, key, defaults):
128
cls.saved_value = defaults[
"value"
]
129
return
None, True
130
131
132
async
def
fake_refresh_settings():
Callers
7
load_config
Function · 0.45
initialize_system
Function · 0.45
upload_chunk
Function · 0.45
update_file_metadata
Method · 0.45
_save_admin_activities
Method · 0.45
_save_file_view_presets
Method · 0.45
update_config
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected