Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scdl-org/scdl
/ count_files
Function
count_files
tests/test_user.py:7–8 ·
view source on GitHub ↗
(folder: Path)
Source
from the content-addressed store, hash-verified
5
6
7
def
count_files(folder: Path) -> int:
8
return
len(list(folder.rglob(
"*"
)))
9
10
11
def
test_all(tmp_path: Path) -> None:
Callers
6
test_all
Function · 0.85
test_tracks
Function · 0.85
test_likes
Function · 0.85
test_commented
Function · 0.85
test_playlists
Function · 0.85
test_reposts
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected