MCPcopy
hub / github.com/marimo-team/marimo / _note_read

Method _note_read

marimo/_code_mode/_context.py:745–746  ·  view source on GitHub ↗
(self, cell_id: CellId_t, version: int)

Source from the content-addressed store, hash-verified

743 )
744
745 def _note_read(self, cell_id: CellId_t, version: int) -> None:
746 self._kernel.agent.read_tracker.record_read(cell_id, version)
747
748 def __getattr__(self, name: str) -> Any:
749 # Legacy alias: `ctx.install_packages(...)` was the pre-namespace

Callers 2

_apply_opsMethod · 0.95
record_readMethod · 0.80

Calls 1

record_readMethod · 0.45

Tested by

no test coverage detected