Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getStoragePath
Method
getStoragePath
libminifi/src/core/ContentRepository.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
namespace core {
31
32
std::string ContentRepository::getStoragePath() const {
33
return directory_;
34
}
35
36
void ContentRepository::reset() {
37
std::lock_guard<std::mutex> lock(count_map_mutex_);
Callers
3
clear_content_repo
Function · 0.80
main
Function · 0.80
ResourceClaim.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected