MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / currently_decoding_t

Class currently_decoding_t

src/toml.hpp:12363–12367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12361
12362 impl::utf8_decoder decoder_;
12363 struct currently_decoding_t
12364 {
12365 char bytes[4];
12366 size_t count;
12367 } currently_decoding_;
12368
12369 struct codepoints_t
12370 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected