MCPcopy Create free account
hub / github.com/apache/tvm-ffi / JSONParser

Method JSONParser

src/ffi/extra/json_parser.cc:549–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547
548 private:
549 explicit JSONParser(String json_str)
550 : storage_(std::move(json_str)), ctx_(storage_.data(), storage_.data() + storage_.size()) {}
551
552 bool ParseTail() {
553 ctx_.SkipSpaces();

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected