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

Method AttributesResult

src/SFML/Network/Sftp.cpp:519–523  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

517
518////////////////////////////////////////////////////////////
519Sftp::AttributesResult::AttributesResult(const Result& result, Attributes attributes) : Sftp::Result(result)
520{
521 if (isOk())
522 m_attributes = std::move(attributes);
523}
524
525
526////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected