MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / save

Method save

common/peg-parser.cpp:2116–2118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2114}
2115
2116std::string common_peg_arena::save() const {
2117 return to_json().dump();
2118}
2119
2120void common_peg_arena::load(const std::string & data) {
2121 *this = from_json(nlohmann::json::parse(data));

Calls 1

dumpMethod · 0.80

Tested by 1

test_backendsFunction · 0.36