MCPcopy 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

postMethod · 0.80
postMethod · 0.80
share_to_ddbFunction · 0.80
postMethod · 0.80
postMethod · 0.80
postMethod · 0.80
sync_processing_nodeMethod · 0.80
set_asset_infoFunction · 0.80
test_plugin_datastoreMethod · 0.80

Calls 1

set_valueMethod · 0.95

Tested by 1

test_plugin_datastoreMethod · 0.64