MCPcopy 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

internalLaunchMethod · 0.45
pipeMethod · 0.45
writeToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected