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

Method ncat

rEFIt_UEFI/cpp_foundation/XBuffer.h:293–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292template <typename T>
293void XBuffer<T>::ncat(const void *buf, size_t len)
294{
295 if ( buf && len > 0 ) {
296 CheckSize(size()+len);
297 memcpy(data(size()), buf, len);
298 setSize(size()+len);
299 }
300}
301//
302//template <typename T>
303//void XBuffer<T>::cat(const XString8 &aXString8)

Callers 1

serializeMethod · 0.80

Calls 1

memcpyFunction · 0.50

Tested by

no test coverage detected