MCPcopy 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

1def mock_read_block_output(partition, block_size, inode):
2 return f"Lorem ipsum - partition = {partition}, block_size = {block_size}, inode = {inode}".encode()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected