Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mycli
/ PrefetchMode
Class
PrefetchMode
mycli/schema_prefetcher.py:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
26
class
PrefetchMode(str, Enum):
27
ALWAYS =
'always'
28
NEVER =
'never'
29
LISTED =
'listed'
30
31
32
def
parse_prefetch_config(mode: str, schema_list: list[str]) -> list[str] | None:
Callers
1
parse_prefetch_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected