Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ write_character
Method
write_character
Source/Utils/json.hpp:12651–12654 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12649
{}
12650
12651
void write_character(CharType c) override
12652
{
12653
v.push_back(c);
12654
}
12655
12656
JSON_HEDLEY_NON_NULL(2)
12657
void write_characters(const CharType* s, std::size_t length) override
Callers
11
write_cbor
Method · 0.45
write_msgpack
Method · 0.45
write_ubjson
Method · 0.45
write_bson_entry_header
Method · 0.45
write_bson_boolean
Method · 0.45
write_bson_array
Method · 0.45
write_bson_object
Method · 0.45
write_number_with_ubjson_prefix
Method · 0.45
write_compact_float
Method · 0.45
dump
Method · 0.45
dump_integer
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected