Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ SetRunning
Method
SetRunning
src/QueueOperation.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
int QueueOperation::SetRunning(bool running) {
74
m_running = running;
75
return 0;
76
}
77
78
bool QueueOperation::GetRunning() const {
79
return m_running;
Callers
1
QueueLoop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected