MCPcopy Create free account
hub / github.com/OpenGene/fastp / updateFullStatus

Method updateFullStatus

src/readpool.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void ReadPool::updateFullStatus() {
53 mIsFull = size() > mLimit;
54}
55
56size_t ReadPool::size() {
57 size_t total = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected