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

Method SetErrorExpectingComma

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

Source from the content-addressed store, hash-verified

297 void SetErrorExpectingColon() { error_msg_ = GetSyntaxErrorContext("Expecting \':\' delimiter"); }
298
299 void SetErrorExpectingComma() { error_msg_ = GetSyntaxErrorContext("Expecting \',\' delimiter"); }
300
301 private:
302 static double FastMathSafePosInf() {

Callers 2

ParseObjectMethod · 0.80
ParseArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected