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

Method getState

libminifi/src/core/state/UpdateController.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42UpdateState UpdateStatus::getState() const {
43 return state_;
44}
45
46std::string UpdateStatus::getError() const {
47 return error_;

Callers 7

extractPayloadMethod · 0.45
confirmMethod · 0.45
cancelMethod · 0.45
completeMethod · 0.45
sendMethod · 0.45
receiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected