MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / _read

Function _read

tests/scripts/test_cpp_regressions.py:15–16  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

13
14
15def _read(path: str) -> str:
16 return (ROOT / path).read_text(encoding="utf-8")
17
18
19def test_project_model_save_returns_real_result():

Calls

no outgoing calls

Tested by

no test coverage detected