MCPcopy Create free account
hub / github.com/SFML/SFML / Sftp

Method Sftp

src/SFML/Network/Sftp.cpp:549–551  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

547
548////////////////////////////////////////////////////////////
549Sftp::Sftp() : m_impl(std::make_unique<Impl>())
550{
551}
552
553
554////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected