Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ cmd
Function
cmd
tests/_code_mode/test_cells_view.py:35–36 ·
view source on GitHub ↗
(cell_id: str, code: str)
Source
from the content-addressed store, hash-verified
33
34
35
def
cmd(cell_id: str, code: str) -> ExecuteCellCommand:
36
return
ExecuteCellCommand(cell_id=CellId_t(cell_id), code=code)
37
38
39
@contextmanager
Callers
14
wrap
Function · 0.85
test_positive_index
Method · 0.85
test_negative_index
Method · 0.85
test_index_out_of_range
Method · 0.85
test_lookup_by_cell_id
Method · 0.85
test_lookup_by_cell_id_not_found
Method · 0.85
test_name_lookup_without_cell_manager
Method · 0.85
test_name_is_empty_without_cell_manager
Method · 0.85
test_len
Method · 0.85
test_iteration_yields_cells
Method · 0.85
test_keys
Method · 0.85
test_values
Method · 0.85
Calls
1
ExecuteCellCommand
Class · 0.90
Tested by
no test coverage detected