Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ pause
Method
pause
test/parallel/test-zlib.js:130–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
}
129
130
pause() {
131
this.paused = true;
132
this.emit(
'pause'
);
133
}
134
135
resume() {
136
const
emit = () => {
Callers
nothing calls this directly
Calls
1
emit
Method · 0.95
Tested by
no test coverage detected