MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / LocksHeld

Function LocksHeld

src/sync.cpp:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130string LocksHeld()
131{
132 string result;
133 for (const auto&i : *lockstack)
134 result += i.second.ToString() + string("\n");
135 return result;
136}
137
138void AssertLockHeldInternal(const char *pszName, const char* pszFile, int nLine, void *cs)
139{

Callers 1

AssertLockHeldInternalFunction · 0.85

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected