MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / copy_from

Method copy_from

src/include/buffer.hpp:244–247  ·  view source on GitHub ↗

\brief copy from \param src the source \param size the size

Source from the content-addressed store, hash-verified

242 /// \param src the source
243 /// \param size the size
244 void copy_from(const uint8_t* src, size_t size) {
245 assert(size <= size_);
246 std::memcpy(data_, src, size);
247 }
248
249 /// \brief resize
250 /// \param new_size the new size

Callers 1

forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected