Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ append
Function
append
tests/test_web_response.py:806–808 · tests/test_web_response.py::append
(data)
Source
from the content-addressed store, hash-verified
804
buf = b&
class
="cm">#x27;'
805
806
def
append(data):
807
nonlocal buf
808
buf += data
809
810
writer.write.side_effect = append
811
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected