MCPcopy 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

readMethod · 0.45
fingerprintMethod · 0.45
spawnMethod · 0.45
checkMethod · 0.45
launchFunction · 0.45
mint_gcp_access_tokenFunction · 0.45
ensure_catalogFunction · 0.45
resolve_warehouse_prefixFunction · 0.45
executeMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 3

LocalStateClass · 0.85
default_pathMethod · 0.45
getMethod · 0.45

Tested by 2

mainFunction · 0.36
setup_structuresFunction · 0.36