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

Function connection_schema_json_cache_key

explorer/schema.py:34–35  ·  view source on GitHub ↗
(connection_id)

Source from the content-addressed store, hash-verified

32
33
34def connection_schema_json_cache_key(connection_id):
35 return f"_explorer_cache_key_json_{connection_id}"
36
37
38def transform_to_json_schema(schema_info):

Callers 4

setUpMethod · 0.90
schema_json_infoFunction · 0.85
clear_schema_cacheFunction · 0.85
build_schema_cache_asyncFunction · 0.85

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.72