Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/WebODM/WebODM
/ get_json
Method
get_json
app/plugins/data_store.py:63–64 ·
view source on GitHub ↗
(self, key, default={})
Source
from the content-addressed store, hash-verified
61
return
self.set_value(
'bool'
, key, value)
62
63
def
get_json(self, key, default={}):
64
return
self.get_value(
'json'
, key, default)
65
66
def
set_json(self, key, value):
67
return
self.set_value(
'json'
, key, value)
Callers
10
get
Method · 0.80
get
Method · 0.80
share_to_ddb
Function · 0.80
getShortLinks
Function · 0.80
sync_processing_node
Method · 0.80
get_processing_nodes
Method · 0.80
is_lightning_node
Method · 0.80
lightning_on_processing_node_removed
Function · 0.80
get_asset_info
Function · 0.80
test_plugin_datastore
Method · 0.80
Calls
1
get_value
Method · 0.95
Tested by
1
test_plugin_datastore
Method · 0.64