MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / save

Method save

src/searchthread.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35bool Session::save(QWidget *widget, QTextStream& stream)
36{
37 (void) widget;
38 writeHeader(stream);
39 for (uint64_t s : slist)
40 stream << QString::asprintf("%" PRId64 "\n", (int64_t)s);
41 stream.flush();
42 return true;
43}
44
45bool Session::load(QWidget *widget, QTextStream& stream, bool quiet)
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected