MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / reset

Method reset

libminifi/src/core/ContentRepository.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void ContentRepository::reset() {
37 std::lock_guard<std::mutex> lock(count_map_mutex_);
38 count_map_.clear();
39}
40
41std::shared_ptr<ContentSession> ContentRepository::createSession() {
42 return std::make_shared<ContentSession>(sharedFromThis());

Callers 7

loadMethod · 0.45
extractPrivateKeyFunction · 0.45
stopProcessingMethod · 0.45
importMethod · 0.45
closeMethod · 0.45
checkTriggersMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected