MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / binary_reader

Method binary_reader

external/include/json.hpp:4491–4494  ·  view source on GitHub ↗

! @brief create a binary reader @param[in] adapter input adapter to read from */

Source from the content-addressed store, hash-verified

4489 @param[in] adapter input adapter to read from
4490 */
4491 explicit binary_reader(input_adapter_t adapter) : ia(std::move(adapter))
4492 {
4493 assert(ia);
4494 }
4495
4496 /*!
4497 @brief create a JSON value from CBOR input

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected