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

Method C2Payload

libminifi/src/c2/C2Payload.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace c2 {
29
30C2Payload::C2Payload(Operation op, std::string identifier, bool isRaw)
31 : C2Payload(op, state::UpdateState::FULLY_APPLIED, std::move(identifier), isRaw) {
32}
33
34C2Payload::C2Payload(Operation op, state::UpdateState state, std::string identifier, bool isRaw)
35 : state::Update(state::UpdateStatus(state, 0)),

Callers

nothing calls this directly

Calls 1

UpdateStatusClass · 0.85

Tested by

no test coverage detected