Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ isEmpty
Method
isEmpty
Libraries/Process/Process.h:385–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
Process* back = nullptr; // has no next
384
Process* front = nullptr; // has no prev
385
386
[[nodiscard]] bool isEmpty() const { return front == nullptr; }
387
388
void clear();
Callers
3
internalLaunch
Method · 0.45
pipe
Method · 0.45
writeTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected