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

Method ContentSession

libminifi/src/core/ContentSession.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace core {
32
33ContentSession::ContentSession(std::shared_ptr<ContentRepository> repository) : repository_(std::move(repository)) {}
34
35std::shared_ptr<ResourceClaim> ContentSession::create() {
36 std::shared_ptr<ResourceClaim> claim = std::make_shared<ResourceClaim>(repository_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected