Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ IsLocked
Method
IsLocked
utilities/include/string/tstring.h:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
return nRefs > 1;
50
}
51
inline bool IsLocked() const
52
{
53
return nRefs < 0;
54
}
55
56
inline void Lock()
57
{
Callers
2
Empty
Method · 0.45
TStringT
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected