MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / ncpy

Method ncpy

rEFIt_UEFI/cpp_foundation/XBuffer.h:284–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282//-------------------------------------------------------------------------------------------------
283template <typename T>
284void XBuffer<T>::ncpy(const void *buf, size_t len)
285{
286 if ( buf && len > 0 ) {
287 setSize(len);
288 memcpy(data(), buf, len);
289 }
290}
291
292template <typename T>
293void XBuffer<T>::ncat(const void *buf, size_t len)

Callers 1

FillinKextPatchesFunction · 0.80

Calls 1

memcpyFunction · 0.50

Tested by

no test coverage detected