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

Method Response

src/SFML/Network/Ftp.cpp:91–93  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

89
90////////////////////////////////////////////////////////////
91Ftp::Response::Response(Status code, std::string message) : m_status(code), m_message(std::move(message))
92{
93}
94
95
96////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected