Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ ~AutoLock
Method
~AutoLock
KernelLibrary/AutoLock.h:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
~AutoLock() {
10
_lock.Unlock();
11
}
12
private:
13
TLock& _lock;
14
};
Callers
nothing calls this directly
Calls
1
Unlock
Method · 0.45
Tested by
no test coverage detected