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

Method ~SFTPTestServer

extensions/sftp/tests/tools/SFTPTestServer.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54SFTPTestServer::~SFTPTestServer() {
55 try {
56 this->stop();
57 } catch (...) {
58 }
59}
60
61bool SFTPTestServer::start() {
62 if (started_) {

Callers

nothing calls this directly

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected