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

Method ToString

src/sync.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 string ToString() const
40 {
41 return mutexName+" "+sourceFile+":"+itostr(sourceLine);
42 }
43
44 string MutexName() const { return mutexName; }
45

Callers 4

push_lockFunction · 0.45
pop_lockFunction · 0.45
LocksHeldFunction · 0.45

Calls 1

itostrFunction · 0.85

Tested by

no test coverage detected