Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getDirectory
Method
getDirectory
libminifi/include/core/Repository.h:232–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
virtual uint64_t getRepoSize();
231
232
std::string getDirectory() const {
233
return directory_;
234
}
235
236
// Prevent default copy constructor and assignment operation
237
// Only support pass by reference or pointer
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected