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

Method ListingResult

src/SFML/Network/Sftp.cpp:534–538  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

532
533////////////////////////////////////////////////////////////
534Sftp::ListingResult::ListingResult(const Result& result, std::vector<Attributes> listing) : Sftp::Result(result)
535{
536 if (isOk())
537 m_listing = std::move(listing);
538}
539
540
541////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected