Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ append
Function
append
tests/test_web_response.py:806–808 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
804
buf = b
''
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