MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / Io

Method Io

src/io.cpp:30–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30Io::Io() : c2d::C2DIo() {
31
32 // http io
33 browser = new Browser();
34 browser->set_handle_gzip(true);
35 browser->set_handle_redirect(true);
36 browser->set_handle_ssl(false);
37 browser->fetch_forms(false);
38
39 // ftp io
40 FtpInit();
41}
42
43std::vector<c2d::Io::File> Io::getDirList(const pplay::Io::DeviceType &type, const std::vector<std::string> &extensions,
44 const std::string &path, bool sort, bool showHidden) {

Callers

nothing calls this directly

Calls 5

FtpInitFunction · 0.85
set_handle_gzipMethod · 0.80
set_handle_redirectMethod · 0.80
set_handle_sslMethod · 0.80
fetch_formsMethod · 0.80

Tested by

no test coverage detected