Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
def
read_text(path: str) -> str:
8
return
(ROOT / path).read_text(encoding=
"utf-8"
)
9
10
11
def
test_assistant_safe_rails_are_registered():
Callers
4
test_assistant_safe_rails_are_registered
Function · 0.85
test_system_prompt_prefers_assistant_rails
Function · 0.85
test_skills_reference_high_level_ai_workflows
Function · 0.85
test_search_index_contains_current_assistant_terms
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected