MCPcopy
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
104class FakeMouse:

Callers 15

_resolve_core_dist_nameFunction · 0.45
get_shiki_runtimeFunction · 0.45
list_skillsMethod · 0.45
load_yaml_metadataFunction · 0.45
_load_configFunction · 0.45
read_code_versionMethod · 0.45
get_changelogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected