MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / write_character

Method write_character

include/jwt/json/json.hpp:12700–12703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12698 {}
12699
12700 void write_character(CharType c) override
12701 {
12702 str.push_back(c);
12703 }
12704
12705 JSON_HEDLEY_NON_NULL(2)
12706 void write_characters(const CharType* s, std::size_t length) override

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected