Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Axosoft/nsfw
/ pause
Method
pause
src/Queue.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void EventQueue::pause() {
61
mPaused = true;
62
clear();
63
}
64
65
void EventQueue::resume() {
66
mPaused = false;
Callers
3
nsfw
Function · 0.80
index-spec.js
File · 0.80
pauseQueue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected