Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PabloLec/RecoverPy
/ get_expected_save_result
Function
get_expected_save_result
tests/integration/helper.py:60–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
59
60
def
get_expected_save_result():
61
global EXPECTED_SAVE_RESULT
62
return
"\n"
.join(
63
[EXPECTED_SAVE_RESULT[num]
for
num in sorted(EXPECTED_SAVE_RESULT.keys())]
64
)
Callers
1
test_full_workflow
Function · 0.90
Calls
no outgoing calls
Tested by
1
test_full_workflow
Function · 0.72