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

Method isOk

src/SFML/Network/Ftp.cpp:97–100  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

95
96////////////////////////////////////////////////////////////
97bool Ftp::Response::isOk() const
98{
99 return static_cast<int>(m_status) < 400;
100}
101
102
103////////////////////////////////////////////////////////////

Callers 11

Ftp.test.cppFile · 0.45
Sftp.test.cppFile · 0.45
loginMethod · 0.45
disconnectMethod · 0.45
getDirectoryListingMethod · 0.45
renameFileMethod · 0.45
downloadMethod · 0.45
uploadMethod · 0.45
openMethod · 0.45
mainFunction · 0.45
checkResultFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected