Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ ~ScopedLock
Method
~ScopedLock
include/thundersvm/util/log.h:1015–1017 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1013
}
1014
1015
virtual ~ScopedLock(void) {
1016
m_mutex->unlock();
1017
}
1018
private:
1019
M* m_mutex;
1020
ScopedLock(void);
Callers
nothing calls this directly
Calls
1
unlock
Method · 0.45
Tested by
no test coverage detected