MCPcopy Create free account
hub / github.com/dobin/SuperMega / add_text_file

Method add_text_file

observer.py:43–44  ·  view source on GitHub ↗
(self, name, data)

Source from the content-addressed store, hash-verified

41
42
43 def add_text_file(self, name, data):
44 self.files.append((name + ".txt", data))
45
46
47 def add_code_file(self, name, data: bytes):

Callers 3

create_c_from_templateFunction · 0.80
compile_devFunction · 0.80
compileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected