Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ isFull
Method
isFull
libminifi/include/core/Repository.h:148–150 ·
view source on GitHub ↗
whether the repo is full
Source
from the content-addressed store, hash-verified
146
virtual void stop();
147
// whether the repo is full
148
virtual bool isFull() {
149
return repo_full_;
150
}
151
// whether the repo is enable
152
virtual bool isRunning() {
153
return running_;
Callers
2
serialize
Method · 0.45
serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected