Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
SFTPTestServer::~SFTPTestServer() {
55
try {
56
this->stop();
57
} catch (...) {
58
}
59
}
60
61
bool SFTPTestServer::start() {
62
if (started_) {
Callers
nothing calls this directly
Calls
1
stop
Method · 0.95
Tested by
no test coverage detected