MCPcopy Create free account
hub / github.com/boostorg/json / incomplete

Method incomplete

include/boost/json/basic_parser_impl.hpp:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253
254template<class Handler>
255bool
256basic_parser<Handler>::
257incomplete(
258 const detail::const_stream_wrapper& cs)
259{
260 return cs.begin() == sentinel();
261}
262
263//----------------------------------------------------------
264//

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected