MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / AsUpdateJson

Method AsUpdateJson

src/render_panel/database/file_transfer_record.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 std::string FileTransferRecord::AsUpdateJson() {
49 nlohmann::json obj;
50 obj["the_file_id"] = the_file_id_;
51 obj["end"] = end_;
52 obj["success"] = success_;
53 return obj.dump(2);
54 }
55}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected