MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / get_position

Method get_position

native/thirdpart/json/json.hpp:8480–8483  ·  view source on GitHub ↗

return position of last read token

Source from the content-addressed store, hash-verified

8478
8479 /// return position of last read token
8480 constexpr position_t get_position() const noexcept
8481 {
8482 return position;
8483 }
8484
8485 /// return the last read token (for errors only). Will never contain EOF
8486 /// (an arbitrary value that is not a valid char value, often -1), because

Callers 3

parseMethod · 0.80
sax_parseMethod · 0.80
sax_parse_internalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected