MCPcopy Create free account
hub / github.com/aboutcode-org/vulnerablecode / write

Method write

vulnerabilities/tests/pipelines/__init__.py:16–17  ·  view source on GitHub ↗
(self, msg, level=None)

Source from the content-addressed store, hash-verified

14 buffer = io.StringIO()
15
16 def write(self, msg, level=None):
17 self.buffer.write(msg)
18
19 def getvalue(self):
20 return self.buffer.getvalue()

Callers 15

writeToFileMethod · 0.80
writeToFileMethod · 0.80
fetchMethod · 0.80
write_fileFunction · 0.80
mock_zip_dataFunction · 0.80
list_sourcesMethod · 0.80
import_dataMethod · 0.80
list_sourcesMethod · 0.80
improve_dataMethod · 0.80
handleMethod · 0.80
export_dataMethod · 0.80
write_fileFunction · 0.80

Calls

no outgoing calls

Tested by 1

mock_zip_dataFunction · 0.64