MCPcopy Create free account
hub / github.com/MaterializeInc/demos / get_history

Method get_history

connection-examples/python/state.py:26–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 return result
25
26 def get_history(self):
27 return self.history
28
29 def validate(self, timestamp: int):
30 if not self.valid:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected