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:61–62 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
59
60
@classmethod
61
def
read(cls):
62
return
TeleportLocalState(LocalState.read(
"teleport"
))
63
64
def
write(self):
65
LocalState.write(
"teleport"
, self.data)
Callers
nothing calls this directly
Calls
2
TeleportLocalState
Class · 0.85
read
Method · 0.45
Tested by
no test coverage detected