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

Method size

Libraries/Await/Await.cpp:2504–2504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2502}
2503
2504size_t AwaitTaskGroup::size() const { return numTasks; }
2505
2506size_t AwaitTaskGroup::capacity() const { return tasks.sizeInElements(); }
2507

Callers 7

finalizeMethod · 0.45
getReadQueueSizeFunction · 0.45
getWriteQueueSizeFunction · 0.45
initMethod · 0.45
startArrayMethod · 0.45
serializeMethod · 0.45
loadVersionedMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected