Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AstrBotDevs/AstrBot
/ read_text
Method
read_text
tests/unit/test_cua_computer_use.py:100–101 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
98
self.text_reads[path] = content
99
100
async
def
read_text(self, path: str):
101
return
self.text_reads[path]
102
103
104
class
FakeMouse:
Callers
15
_apply_workspace_extra_prompt
Function · 0.45
get_dashboard_dist_version
Function · 0.45
read_pyproject_project_dependencies
Function · 0.45
_extract_top_level_modules
Function · 0.45
_resolve_core_dist_name
Function · 0.45
get_shiki_runtime
Function · 0.45
_discover_bay_credentials
Function · 0.45
list_skills
Method · 0.45
load_yaml_metadata
Function · 0.45
_load_config
Function · 0.45
read_code_version
Method · 0.45
get_changelog
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected