MCPcopy Create free account
hub / github.com/apache/thrift / readJSONSyntaxChar

Method readJSONSyntaxChar

lib/cpp/src/thrift/protocol/TJSONProtocol.cpp:728–730  ·  view source on GitHub ↗

Reads 1 byte and verifies that it matches ch.

Source from the content-addressed store, hash-verified

726
727// Reads 1 byte and verifies that it matches ch.
728uint32_t TJSONProtocol::readJSONSyntaxChar(uint8_t ch) {
729 return readSyntaxChar(reader_, ch);
730}
731
732// Decodes the four hex parts of a JSON escaped string character and returns
733// the UTF-16 code unit via out.

Callers

nothing calls this directly

Calls 1

readSyntaxCharFunction · 0.85

Tested by

no test coverage detected