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

Function read_text

tests/scripts/test_ai_assistant_static.py:7–8  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

5
6
7def read_text(path: str) -> str:
8 return (ROOT / path).read_text(encoding="utf-8")
9
10
11def test_assistant_safe_rails_are_registered():

Calls

no outgoing calls

Tested by

no test coverage detected