Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ hashable_walk
Function
hashable_walk
marimo/_runtime/watch/_directory.py:42–43 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
40
41
42
def
hashable_walk(path: Path) -> set[tuple[Path, tuple[str], tuple[str]]]:
43
return
_hashable_walk(walk(path))
44
45
46
def
watch_directory(
Callers
1
watch_directory
Function · 0.85
Calls
2
_hashable_walk
Function · 0.85
walk
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…