Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ default_path
Method
default_path
misc/python/materialize/build_config.py:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
@staticmethod
36
def
default_path() -> Path:
37
home = Path.home()
38
path = home /
".cache"
/
"materialize"
/
"build_state.toml"
39
return
path
40
41
@classmethod
42
def
read(cls, namespace: str) -> Any | None:
Callers
2
read
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected