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

Method parseKeyInPlace

include/sonic/dom/parser.h:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145 template <typename SAX>
146 sonic_force_inline bool parseKeyInPlace(SAX &sax) {
147 return sax.Key(parseStringHelper());
148 }
149
150 sonic_force_inline bool carry_one(char c, uint64_t &sum) const {
151 uint8_t d = static_cast<uint8_t>(c - '0');

Callers

nothing calls this directly

Calls 1

KeyMethod · 0.45

Tested by

no test coverage detected