Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/WebODM/WebODM
/ set_string
Method
set_string
app/plugins/data_store.py:42–43 ·
view source on GitHub ↗
(self, key, value)
Source
from the content-addressed store, hash-verified
40
return
self.get_value(
'string'
, key, default)
41
42
def
set_string(self, key, value):
43
return
self.set_value(
'string'
, key, value)
44
45
def
get_int(self, key, default=0):
46
return
self.get_value(
'int'
, key, default)
Callers
8
save
Function · 0.80
home
Method · 0.80
update_token
Function · 0.80
save_api_key
Method · 0.80
view
Function · 0.80
save
Function · 0.80
post
Method · 0.80
test_plugin_datastore
Method · 0.80
Calls
1
set_value
Method · 0.95
Tested by
1
test_plugin_datastore
Method · 0.64