Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ isRunning
Method
isRunning
libminifi/include/core/Repository.h:152–154 ·
view source on GitHub ↗
whether the repo is enable
Source
from the content-addressed store, hash-verified
150
}
151
// whether the repo is enable
152
virtual bool isRunning() {
153
return running_;
154
}
155
156
/**
157
* Specialization that allows us to serialize max_size objects into store.
Callers
1
canEdit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected