MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / read_buffer

Method read_buffer

include/jsoncons/source.hpp:706–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704 }
705
706 span<const value_type> read_buffer()
707 {
708 const value_type* data = current_;
709 std::size_t length = end_ - current_;
710 current_ = end_;
711
712 return span<const value_type>(data, length);
713 }
714
715 std::size_t read(value_type* p, std::size_t length)
716 {

Callers 8

source_tests.cppFile · 0.45
check_doneMethod · 0.45
read_nextMethod · 0.45
read_nextMethod · 0.45
check_doneMethod · 0.45
try_readMethod · 0.45
read_nextMethod · 0.45
read_internalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected