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

Function has_code_point

src/toml.hpp:8658–8662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8656 }
8657
8658 TOML_PURE_INLINE_GETTER
8659 constexpr bool has_code_point() const noexcept
8660 {
8661 return state == uint_least32_t{};
8662 }
8663
8664 TOML_PURE_INLINE_GETTER
8665 constexpr bool needs_more_input() const noexcept

Callers 2

needs_more_inputFunction · 0.85
operator()Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected