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

Method ToString

src/sync.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 std::string ToString() const
44 {
45 return mutexName + " " + sourceFile + ":" + itostr(sourceLine);
46 }
47
48 std::string MutexName() const { return mutexName; }
49

Callers 2

BOOST_FOREACHFunction · 0.45
LocksHeldFunction · 0.45

Calls 1

itostrFunction · 0.85

Tested by

no test coverage detected