MCPcopy Create free account
hub / github.com/WebODM/WebODM / UserDataStore

Class UserDataStore

app/plugins/data_store.py:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81class UserDataStore(DataStore):
82 def __init__(self, namespace, user):
83 super().__init__(namespace, user)
84
85
86class GlobalDataStore(DataStore):

Callers 5

save_api_keyMethod · 0.90
test_plugin_datastoreMethod · 0.90
get_user_data_storeMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_plugin_datastoreMethod · 0.72