MCPcopy Index your code
hub / github.com/assaultcube/AC / commit

Method commit

source/src/tools.h:741–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739 }
740
741 void commit() // add staged one (crashes, if full)
742 {
743 ASSERT(!full());
744 in = (in + 1) % SIZE;
745 }
746
747 void commit(int n) // add staged n (crashes, if full)
748 {

Callers 5

mlogFunction · 0.80
tlogFunction · 0.80
xlogFunction · 0.80
poll_logbuffersFunction · 0.80
processFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected