Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ read
Method
read
misc/python/materialize/build_config.py:42–44 ·
view source on GitHub ↗
(cls, namespace: str)
Source
from the content-addressed store, hash-verified
40
41
@classmethod
42
def
read(cls, namespace: str) -> Any | None:
43
cache = LocalState(LocalState.default_path())
44
return
cache.data.get(namespace, None)
45
46
@classmethod
47
def
write(cls, namespace: str, val: Any):
Callers
15
read
Method · 0.45
run_and_detect_rust_incremental_build_failure
Function · 0.45
fingerprint
Method · 0.45
spawn
Method · 0.45
check
Method · 0.45
launch
Function · 0.45
mint_gcp_access_token
Function · 0.45
ensure_catalog
Function · 0.45
resolve_warehouse_prefix
Function · 0.45
execute
Method · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
3
LocalState
Class · 0.85
default_path
Method · 0.45
get
Method · 0.45
Tested by
2
main
Function · 0.36
setup_structures
Function · 0.36