MCPcopy
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

getMethod · 0.80
getMethod · 0.80
share_to_ddbFunction · 0.80
getShortLinksFunction · 0.80
sync_processing_nodeMethod · 0.80
get_processing_nodesMethod · 0.80
is_lightning_nodeMethod · 0.80
get_asset_infoFunction · 0.80
test_plugin_datastoreMethod · 0.80

Calls 1

get_valueMethod · 0.95

Tested by 1

test_plugin_datastoreMethod · 0.64