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

Function _make_raw

tests/test_caching_store.py:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def _make_raw() -> RawManpage:
27 return RawManpage(
28 source_text="test manpage content",
29 generated_at=datetime.datetime(2025, 1, 1, tzinfo=datetime.timezone.utc),
30 generator="test",
31 )
32
33
34@pytest.fixture

Callers 1

makeFunction · 0.70

Calls 1

RawManpageClass · 0.90

Tested by

no test coverage detected