MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / read

Method read

e2e/python/test_sandbox_api.py:24–27  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

22 Path(path).write_text(content)
23
24 def read(self, path: str) -> str:
25 from pathlib import Path
26
27 return Path(path).read_text()
28
29 with sandbox(delete_on_exit=True) as sb:
30 assert sb.id

Callers 12

_get_jsonFunction · 0.45
attempt_gateFunction · 0.45
fnFunction · 0.45
call_modelsFunction · 0.45
call_chat_completionsFunction · 0.45
call_anthropic_messagesFunction · 0.45
_token_requestFunction · 0.45
read_request_payloadMethod · 0.45
try_echoFunction · 0.45
recv_untilFunction · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected