MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / data

Method data

proto/fbe.h:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 std::vector<uint8_t>& buffer() noexcept { return _data; }
94 const std::vector<uint8_t>& buffer() const noexcept { return _data; }
95 uint8_t* data() noexcept { return _data.data(); }
96 const uint8_t* data() const noexcept { return _data.data(); }
97 uint8_t& at(size_t index) { return _data.at(index); }
98 const uint8_t& at(size_t index) const { return _data.at(index); }

Callers 15

fbe_extraMethod · 0.45
verifyMethod · 0.45
get_beginMethod · 0.45
getMethod · 0.45
set_beginMethod · 0.45
create_endMethod · 0.45
deserializeMethod · 0.45
getMethod · 0.45
setMethod · 0.45
getMethod · 0.45
setMethod · 0.45
verifyMethod · 0.45

Calls

no outgoing calls

Tested by 12

fbe_extraMethod · 0.36
verifyMethod · 0.36
get_beginMethod · 0.36
getMethod · 0.36
set_beginMethod · 0.36
create_endMethod · 0.36
deserializeMethod · 0.36
verifyMethod · 0.36
serializeMethod · 0.36
deserializeMethod · 0.36
SendAndReceiveFunction · 0.36
SendAndReceiveFinalFunction · 0.36