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

Function hBuffer_getHeader

TheForceEngine/TFE_Editor/history.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 CommandHeader* hBuffer_getHeader(u32 index)
135 {
136 u32 addr = s_history[index];
137 s_curBufferAddr = addr + sizeof(CommandHeader);
138 return (CommandHeader*)(s_historyBuffer.data() + addr);
139 }
140
141 void hideRange(s32 rMin, s32 rMax)
142 {

Callers 9

hideRangeFunction · 0.85
history_createCommandFunction · 0.85
history_stepFunction · 0.85
history_showBranchFunction · 0.85
history_setPosFunction · 0.85
history_collapseToPosFunction · 0.85

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected