Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
class
UserDataStore(DataStore):
82
def
__init__(self, namespace, user):
83
super().__init__(namespace, user)
84
85
86
class
GlobalDataStore(DataStore):
Callers
5
save_api_key
Method · 0.90
set_share_buttons_pref
Method · 0.90
get_share_buttons_prefs
Method · 0.90
test_plugin_datastore
Method · 0.90
get_user_data_store
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_plugin_datastore
Method · 0.72