MCPcopy Index your code
hub / github.com/idank/explainshell / _make_raw

Function _make_raw

tests/test_manager.py:45–51  ·  view source on GitHub ↗
(sha256: str | None = None)

Source from the content-addressed store, hash-verified

43
44
45def _make_raw(sha256: str | None = None) -> RawManpage:
46 return RawManpage(
47 source_text="test manpage content",
48 generated_at=datetime.datetime(2025, 1, 1, tzinfo=datetime.timezone.utc),
49 generator="test",
50 source_gz_sha256=sha256,
51 )
52
53
54def _make_manpage(

Calls 1

RawManpageClass · 0.90

Tested by

no test coverage detected