Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
26
def
_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
make
Function · 0.70
Calls
1
RawManpage
Class · 0.90
Tested by
no test coverage detected