MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getNumOperations

Method getNumOperations

Libraries/HttpClient/HttpClientScheduler.cpp:175–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175SC::size_t SC::HttpClientOperationScheduler::getNumOperations() const
176{
177 if (not initialized)
178 {
179 return 0;
180 }
181 return schedulerMemory.operations.sizeInElements();
182}
183
184bool SC::HttpClientOperationScheduler::isOperationRegistered(HttpClientOperation& operation) const
185{

Callers 1

operationSchedulerMethod · 0.80

Calls

no outgoing calls

Tested by 1

operationSchedulerMethod · 0.64