MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / add

Function add

Source/Utils/json.hpp:7272–7275  ·  view source on GitHub ↗

add a character to token_buffer

Source from the content-addressed store, hash-verified

7270
7271 /// add a character to token_buffer
7272 void add(char_int_type c)
7273 {
7274 token_buffer.push_back(static_cast<typename string_t::value_type>(c));
7275 }
7276
7277 public:
7278 /////////////////////

Callers 3

next_byte_in_rangeMethod · 0.85
scan_stringMethod · 0.85
scan_numberMethod · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected