MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / add

Function add

3rd/nlohmann_json/single_include/nlohmann/json.hpp:8021–8024  ·  view source on GitHub ↗

add a character to token_buffer

Source from the content-addressed store, hash-verified

8019
8020 /// add a character to token_buffer
8021 void add(char_int_type c)
8022 {
8023 token_buffer.push_back(static_cast<typename string_t::value_type>(c));
8024 }
8025
8026 public:
8027 /////////////////////

Callers 8

next_byte_in_rangeMethod · 0.70
scan_stringMethod · 0.70
scan_numberMethod · 0.70
expires_afterMethod · 0.50
expires_from_nowMethod · 0.50
expires_afterMethod · 0.50
expires_from_nowMethod · 0.50
signal_set_serviceClass · 0.50

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected