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

Method PathResult

src/SFML/Network/Sftp.cpp:504–508  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

502
503////////////////////////////////////////////////////////////
504Sftp::PathResult::PathResult(const Result& result, std::filesystem::path path) : Sftp::Result(result)
505{
506 if (isOk())
507 m_path = std::move(path);
508}
509
510
511////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected