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

Function connection_schema_cache_key

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

Source from the content-addressed store, hash-verified

28
29
30def connection_schema_cache_key(connection_id):
31 return f"_explorer_cache_key_{connection_id}"
32
33
34def connection_schema_json_cache_key(connection_id):

Callers 4

setUpMethod · 0.90
schema_infoFunction · 0.85
clear_schema_cacheFunction · 0.85
build_schema_cache_asyncFunction · 0.85

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.72