MCPcopy Create free account
hub / github.com/PabloLec/RecoverPy / get_block_content_text

Function get_block_content_text

tests/integration/helper.py:15–20  ·  view source on GitHub ↗
(block_content: RichLog)

Source from the content-addressed store, hash-verified

13
14
15def get_block_content_text(block_content: RichLog):
16 return (
17 "".join([line.text for line in block_content.lines])
18 .replace(" ", "")
19 .replace("\n", "")
20 )
21
22
23def get_expected_block_content_text(inode: int):

Callers 1

test_full_workflowFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_full_workflowFunction · 0.72