MCPcopy
hub / github.com/WebODM/WebODM / JsonResponse

Function JsonResponse

coreplugins/lightning/plugin.py:23–24  ·  view source on GitHub ↗
(dict)

Source from the content-addressed store, hash-verified

21ds = GlobalDataStore('lightning')
22
23def JsonResponse(dict):
24 return HttpResponse(json.dumps(dict), content_type='application/json')
25
26class Plugin(PluginBase):
27 def main_menu(self):

Callers 8

save_api_keyMethod · 0.70
sync_processing_nodeMethod · 0.70
get_processing_nodesMethod · 0.70
is_lightning_nodeMethod · 0.70
dev_toolsFunction · 0.50
task_jsonFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected