MCPcopy Create free account
hub / github.com/explorerhq/sql-explorer / dispatch

Method dispatch

explorer/views/schema.py:18–19  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

16
17 @method_decorator(xframe_options_sameorigin)
18 def dispatch(self, *args, **kwargs):
19 return super().dispatch(*args, **kwargs)
20
21 def get(self, request, *args, **kwargs):
22 connection_id = kwargs.get("connection", default_db_connection_id())

Callers 3

updateSchemaFunction · 0.45
formatSqlMethod · 0.45
submitAssistantAskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected