MCPcopy Create free account
hub / github.com/LUX-Core/lux / ToString

Method ToString

src/sync.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 std::string ToString() const
48 {
49 return mutexName + " " + sourceFile + ":" + itostr(sourceLine);
50 }
51
52 std::string MutexName() const { return mutexName; }
53

Callers 4

push_lockFunction · 0.45
pop_lockFunction · 0.45
LocksHeldFunction · 0.45

Calls 1

itostrFunction · 0.85

Tested by

no test coverage detected