Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/idank/explainshell
/ _write
Function
_write
tests/test_postprocess_ubuntu_archive.py:23–24 ·
view source on GitHub ↗
(path: Path, content: str = "content")
Source
from the content-addressed store, hash-verified
21
22
23
def
_write(path: Path, content: str =
"content"
) -> None:
24
path.write_text(content)
25
26
27
def
test_regular_files_copied(tmp_path: Path) -> None:
Callers
10
test_regular_files_copied
Function · 0.85
test_same_section_symlink_preserved
Function · 0.85
test_cross_section_symlink_rewritten
Function · 0.85
test_cross_section_to_deleted_section_skipped
Function · 0.85
test_nested_directory_skipped
Function · 0.85
test_non_kept_sections_ignored
Function · 0.85
test_idempotent
Function · 0.85
test_dry_run
Function · 0.85
test_stats_counts
Function · 0.85
test_missing_section_handled
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected