Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PabloLec/RecoverPy
/ mock_read_block_output
Function
mock_read_block_output
tests/fixtures/mock_block_reader.py:1–2 ·
view source on GitHub ↗
(partition, block_size, inode)
Source
from the content-addressed store, hash-verified
1
def
mock_read_block_output(partition, block_size, inode):
2
return
f
"Lorem ipsum - partition = {partition}, block_size = {block_size}, inode = {inode}"
.encode()
Callers
1
get_expected_block_content_text
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected