Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ lock
Method
lock
source/src/openal.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void source::lock()
24
{
25
locked = true;
26
DEBUG(
"source locked, "
<< lastmillis);
27
}
28
29
void source::unlock()
30
{
Callers
1
newsource
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected