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

Method JSONParserContext

src/ffi/extra/json_parser.cc:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45class JSONParserContext {
46 public:
47 JSONParserContext(const char* begin, const char* end) : begin_(begin), cur_(begin), end_(end) {
48 last_line_begin_ = cur_;
49 }
50
51 /*!
52 * \brief Peek the current character.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected