MCPcopy 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
132async def fake_refresh_settings():

Callers 7

load_configFunction · 0.45
initialize_systemFunction · 0.45
upload_chunkFunction · 0.45
update_file_metadataMethod · 0.45
update_configMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected