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

Function clearConnection

controller/Controller.h:65–67  ·  view source on GitHub ↗

* Clears a connection queue. * @param socket socket unique ptr. * @param op operation to perform */

Source from the content-addressed store, hash-verified

63 * @param op operation to perform
64 */
65bool clearConnection(std::unique_ptr<minifi::io::Socket> socket, std::string connection) {
66 return sendSingleCommand(std::move(socket), minifi::c2::Operation::CLEAR, connection);
67}
68
69/**
70 * Updates the flow to the provided file

Callers 2

mainFunction · 0.85

Calls 1

sendSingleCommandFunction · 0.85

Tested by

no test coverage detected