Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void ReadPool::updateFullStatus() {
53
mIsFull = size() > mLimit;
54
}
55
56
size_t ReadPool::size() {
57
size_t total = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected