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

Method get_user_data_store

app/plugins/plugin_base.py:111–117  ·  view source on GitHub ↗

Helper function to instantiate a user data store associated with this plugin :return: UserDataStore

(self, user)

Source from the content-addressed store, hash-verified

109 return self.name
110
111 def get_user_data_store(self, user):
112 """
113 Helper function to instantiate a user data store associated
114 with this plugin
115 :return: UserDataStore
116 """
117 return UserDataStore(self.get_name(), user)
118
119 def get_global_data_store(self):
120 """

Callers 7

homeMethod · 0.80
get_settingsFunction · 0.80
update_tokenFunction · 0.80
mainMethod · 0.80
main_jsMethod · 0.80
viewFunction · 0.80
test_plugin_datastoreMethod · 0.80

Calls 2

get_nameMethod · 0.95
UserDataStoreClass · 0.90

Tested by 1

test_plugin_datastoreMethod · 0.64