Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/WebODM/WebODM
/ set_json
Method
set_json
app/plugins/data_store.py:66–67 ·
view source on GitHub ↗
(self, key, value)
Source
from the content-addressed store, hash-verified
64
return
self.get_value(
'json'
, key, default)
65
66
def
set_json(self, key, value):
67
return
self.set_value(
'json'
, key, value)
68
69
def
has_key(self, key):
70
return
self.get_datum(key) is not None
Callers
10
post
Method · 0.80
post
Method · 0.80
share_to_ddb
Function · 0.80
post
Method · 0.80
post
Method · 0.80
post
Method · 0.80
sync_processing_node
Method · 0.80
lightning_on_processing_node_removed
Function · 0.80
set_asset_info
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