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

Method Result

src/SFML/Network/Sftp.cpp:477–479  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

475
476////////////////////////////////////////////////////////////
477Sftp::Result::Result(Value value, std::string message) : m_value(value), m_message(std::move(message))
478{
479}
480
481
482////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected