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

Method call

tests/_save/test_cache.py:485–486  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

483 @app.cell
484 def one() -> tuple[int]:
485 def call(v):
486 assert v
487
488 from marimo._save.save import persistent_cache
489 from tests._save.loaders.mocks import MockLoader

Callers 3

once.test.tsFile · 0.80
open_in_editorMethod · 0.80
gFunction · 0.80

Calls 1

persistent_cacheFunction · 0.90

Tested by

no test coverage detected