Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudBoost/cloudboost
/ pause
Function
pause
sdk/src/CloudSocketClientLib.js:1876–1880 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1874
this.readyState =
'pausing'
;
1875
1876
function
pause() {
1877
debug(
'paused'
);
1878
self.readyState =
'paused'
;
1879
onPause();
1880
}
1881
1882
if
(this.polling || !this.writable) {
1883
var
total = 0;
Callers
1
CloudSocketClientLib.js
File · 0.70
Calls
1
debug
Function · 0.70
Tested by
no test coverage detected