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

Method write_characters

Source/Utils/json.hpp:12657–12660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12655
12656 JSON_HEDLEY_NON_NULL(2)
12657 void write_characters(const CharType* s, std::size_t length) override
12658 {
12659 std::copy(s, s + length, std::back_inserter(v));
12660 }
12661
12662 private:
12663 std::vector<CharType>& v;

Callers 11

write_cborMethod · 0.45
write_msgpackMethod · 0.45
write_ubjsonMethod · 0.45
write_bson_stringMethod · 0.45
write_bson_binaryMethod · 0.45
write_numberMethod · 0.45
dumpMethod · 0.45
dump_escapedMethod · 0.45
dump_integerMethod · 0.45
dump_floatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected