MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / read_file

Function read_file

tests/utils/io.py:14–16  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

12
13
14def read_file(path: str) -> str:
15 with open(path) as f:
16 return f.read()
17
18
19def write_file(path: str, content: str):

Callers 8

file_createdFunction · 0.85
test_submit_task_dirFunction · 0.85
get_pidFunction · 0.85
check_file_contentsFunction · 0.85
get_pidFunction · 0.85

Calls

no outgoing calls

Tested by 6

file_createdFunction · 0.68
test_submit_task_dirFunction · 0.68
get_pidFunction · 0.68