MCPcopy 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
60void EventQueue::pause() {
61 mPaused = true;
62 clear();
63}
64
65void EventQueue::resume() {
66 mPaused = false;

Callers 3

nsfwFunction · 0.80
index-spec.jsFile · 0.80
pauseQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected