MCPcopy 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

saveFunction · 0.80
saveFunction · 0.80
test_plugin_datastoreMethod · 0.80

Calls 1

set_valueMethod · 0.95

Tested by 1

test_plugin_datastoreMethod · 0.64