Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ write_result
Function
write_result
tests/mocks.py:83–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
assert expected,
"Expected is empty"
82
83
def
write_result() -> None:
84
filepath.write_text(result)
85
86
is_json = filename.endswith(
".json"
)
87
if
is_json:
Callers
1
snapshot
Function · 0.70
Calls
1
write_text
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…