MCPcopy 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

30namespace core {
31
32std::string ContentRepository::getStoragePath() const {
33 return directory_;
34}
35
36void ContentRepository::reset() {
37 std::lock_guard<std::mutex> lock(count_map_mutex_);

Callers 3

clear_content_repoFunction · 0.80
mainFunction · 0.80
ResourceClaim.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected