MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / main

Function main

example/check_error_offset.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19int main() {
20 parse_json(R"({"a":"b",)");
21 parse_json(R"([1,2,3],[1,2,3])");
22 parse_json(R"({"a","b"})");
23}
24// g++ -I../include/ -march=haswell --std=c++11 check_error_offset.cpp -o
25// check_error_offset

Callers

nothing calls this directly

Calls 1

parse_jsonFunction · 0.70

Tested by

no test coverage detected