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

Method getLastError

extensions/sftp/client/SFTPClient.cpp:463–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463SFTPError SFTPClient::getLastError() const {
464 return last_error_;
465}
466
467bool SFTPClient::getFile(const std::string& path, io::BaseStream& output, int64_t expected_size /*= -1*/) {
468 /**

Callers 4

processMethod · 0.80
processOneMethod · 0.80
processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected