MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / tutorial_storage

Function tutorial_storage

tutorial/T29-Storage.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void tutorial_storage() {
57 const std::string& path = "storage.cgraph";
58 tutorial_storage_save(path);
59 tutorial_storage_load(path);
60}
61 #else
62void tutorial_storage() {
63 std::cout << "CGraph storage support cpp17 and upper only \n";

Callers 1

mainFunction · 0.85

Calls 2

tutorial_storage_saveFunction · 0.85
tutorial_storage_loadFunction · 0.85

Tested by

no test coverage detected