Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthropics/defending-code-reference-harness
/ test_dedup_empty_dir
Function
test_dedup_empty_dir
tests/test_dedup.py:184–185 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
182
183
184
def
test_dedup_empty_dir(tmp_path):
185
assert dedup(tmp_path) == {}
186
187
188
# ── format_report ────────────────────────────────────────────────────────────
Callers
nothing calls this directly
Calls
1
dedup
Function · 0.90
Tested by
no test coverage detected