Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/forwardemail/superagent
/ write
Method
write
src/node/http2wrapper.js:172–175 ·
view source on GitHub ↗
(data, encoding)
Source
from the content-addressed store, hash-verified
170
}
171
172
write(data, encoding) {
173
const
frame = this.getFrame();
174
return
frame.write(data, encoding);
175
}
176
177
pipe(stream, options) {
178
const
frame = this.getFrame();
Callers
6
request.js
File · 0.80
server.js
File · 0.80
basic.js
File · 0.80
inflate.js
File · 0.80
index.js
File · 0.80
unzip.js
File · 0.80
Calls
1
getFrame
Method · 0.95
Tested by
no test coverage detected