MCPcopy
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
42def hashable_walk(path: Path) -> set[tuple[Path, tuple[str], tuple[str]]]:
43 return _hashable_walk(walk(path))
44
45
46def watch_directory(

Callers 1

watch_directoryFunction · 0.85

Calls 2

_hashable_walkFunction · 0.85
walkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…