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

Function needs_more_input

src/toml.hpp:8664–8668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8662 }
8663
8664 TOML_PURE_INLINE_GETTER
8665 constexpr bool needs_more_input() const noexcept
8666 {
8667 return !has_code_point() && !error();
8668 }
8669
8670 constexpr void operator()(uint8_t byte) noexcept
8671 {

Callers

nothing calls this directly

Calls 1

has_code_pointFunction · 0.85

Tested by

no test coverage detected