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

Method fill_buffer

Source/Utils/json.hpp:5034–5037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5032
5033 template<size_t T>
5034 void fill_buffer()
5035 {
5036 wide_string_input_helper<BaseInputAdapter, T>::fill_buffer(base_adapter, utf8_bytes, utf8_bytes_index, utf8_bytes_filled);
5037 }
5038
5039 /// a buffer for UTF-8 bytes
5040 std::array<std::char_traits<char>::int_type, 4> utf8_bytes = { {0, 0, 0, 0} };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected