Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeToFile
Method · 0.80
writeToFile
Method · 0.80
fetch
Method · 0.80
write_file
Function · 0.80
mock_zip_data
Function · 0.80
list_sources
Method · 0.80
import_data
Method · 0.80
list_sources
Method · 0.80
improve_data
Method · 0.80
handle
Method · 0.80
export_data
Method · 0.80
write_file
Function · 0.80
Calls
no outgoing calls
Tested by
1
mock_zip_data
Function · 0.64