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

Method createSession

libminifi/src/core/ContentRepository.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::shared_ptr<ContentSession> ContentRepository::createSession() {
42 return std::make_shared<ContentSession>(sharedFromThis());
43}
44
45uint32_t ContentRepository::getStreamCount(const minifi::ResourceClaim &streamId) {
46 std::lock_guard<std::mutex> lock(count_map_mutex_);

Callers 3

test_templateFunction · 0.45
onTriggerMethod · 0.45
ProcessSessionMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_templateFunction · 0.36