MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / load

Method load

subprojects/llama.cpp/common/peg-parser.cpp:1704–1706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1702}
1703
1704void common_peg_arena::load(const std::string & data) {
1705 *this = from_json(nlohmann::json::parse(data));
1706}
1707
1708common_peg_arena build_peg_parser(const std::function<common_peg_parser(common_peg_parser_builder & builder)> & fn) {
1709 common_peg_parser_builder builder;

Callers

nothing calls this directly

Calls 2

from_jsonFunction · 0.85
parseFunction · 0.85

Tested by

no test coverage detected