Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
ds = GlobalDataStore(
'lightning'
)
22
23
def
JsonResponse(dict):
24
return
HttpResponse(json.dumps(dict), content_type=
'application/json'
)
25
26
class
Plugin(PluginBase):
27
def
main_menu(self):
Callers
8
save_api_key
Method · 0.70
sync_processing_node
Method · 0.70
get_processing_nodes
Method · 0.70
is_lightning_node
Method · 0.70
set_share_buttons_pref
Method · 0.70
get_share_buttons_prefs
Method · 0.70
dev_tools
Function · 0.50
task_json
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected