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

Method reset

native/thirdpart/json/json.hpp:8360–8365  ·  view source on GitHub ↗

reset token_buffer; current character is beginning of token

Source from the content-addressed store, hash-verified

8358
8359 /// reset token_buffer; current character is beginning of token
8360 void reset() noexcept
8361 {
8362 token_buffer.clear();
8363 token_string.clear();
8364 token_string.push_back(std::char_traits<char>::to_char_type(current));
8365 }
8366
8367 /*
8368 @brief get next character from the input

Callers 5

~ActivityStateActionMethod · 0.45
~StateMethod · 0.45
deleteElementMethod · 0.45
~ElementMethod · 0.45
~AbstractAgentMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected