Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/WebODM/WebODM
/ set_bool
Method
set_bool
app/plugins/data_store.py:60–61 ·
view source on GitHub ↗
(self, key, value)
Source
from the content-addressed store, hash-verified
58
return
self.get_value(
'bool'
, key, default)
59
60
def
set_bool(self, key, value):
61
return
self.set_value(
'bool'
, key, value)
62
63
def
get_json(self, key, default={}):
64
return
self.get_value(
'json'
, key, default)
Callers
4
save
Function · 0.80
set_share_buttons_pref
Method · 0.80
save
Function · 0.80
test_plugin_datastore
Method · 0.80
Calls
1
set_value
Method · 0.95
Tested by
1
test_plugin_datastore
Method · 0.64