Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mlog
Function · 0.80
tlog
Function · 0.80
xlog
Function · 0.80
poll_logbuffers
Function · 0.80
process
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected