MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / write_text

Method write_text

tests/unit/test_cua_computer_use.py:96–98  ·  view source on GitHub ↗
(self, path: str, content: str)

Source from the content-addressed store, hash-verified

94 self.byte_writes.append((path, content))
95
96 async def write_text(self, path: str, content: str):
97 self.text_writes.append((path, content))
98 self.text_reads[path] = content
99
100 async def read_text(self, path: str):
101 return self.text_reads[path]

Callers 15

_runFunction · 0.80
sync_releaseMethod · 0.80
_runMethod · 0.80
_load_configFunction · 0.80
_save_configFunction · 0.80
update_skill_fileMethod · 0.80
mainFunction · 0.80
update_pyproject_versionFunction · 0.80
update_package_versionFunction · 0.80
write_changelogFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected