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

Method LibSsh2Initializer

src/SFML/Network/Sftp.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50struct LibSsh2Initializer
51{
52 LibSsh2Initializer()
53 {
54 const std::lock_guard lock(mutex);
55 [[maybe_unused]] const auto result = libssh2_init(0);
56 assert(result == 0);
57 }
58
59 ~LibSsh2Initializer()
60 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected