MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / hBuffer_addArrayU8

Function hBuffer_addArrayU8

TheForceEngine/TFE_Editor/history.cpp:615–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613 }
614
615 void hBuffer_addArrayU8(s32 count, const u8* values)
616 {
617 u32 dataSize = count;
618 s_historyBuffer.resize(s_curBufferAddr + dataSize);
619
620 memcpy(&s_historyBuffer[s_curBufferAddr], values, dataSize);
621 s_curBufferAddr += dataSize;
622 }
623}

Callers 7

cmd_sectorSnapshotFunction · 0.85
cmd_objectListSnapshotFunction · 0.85
cmd_sectorWallSnapshotFunction · 0.85
cmd_setTexturesFunction · 0.85
cmd_guidelineSnapshotFunction · 0.85

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected