MCPcopy Create free account
hub / github.com/assaultcube/AC / remove

Method remove

source/src/tools.h:448–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 }
447
448 void remove(int i, int n)
449 {
450 for(int p = i+n; p<ulen; p++) buf[p-n] = buf[p];
451 ulen -= n;
452 }
453
454 T remove(int i)
455 {

Callers 15

undelentFunction · 0.45
unlistdeletedentityFunction · 0.45
cleartodoentitiesFunction · 0.45
gettexturelistFunction · 0.45
loopvrevFunction · 0.45
deletetextureslotFunction · 0.45
sorttextureslotsFunction · 0.45
loopvFunction · 0.45
loopvrevFunction · 0.45
sl_detachthreadFunction · 0.45
logworkerthreadFunction · 0.45
poll_logbuffersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected