MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / SetDump

Method SetDump

MonaBase/sources/Logs.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39void Logs::SetDump(const char* name) {
40 std::lock_guard<std::mutex> lock(_Mutex);
41 if (!name)
42 _PDump.reset();
43 else
44 _PDump.reset(new string(name));
45}
46
47void Logs::Dump(const string& header, const UInt8* data, UInt32 size) {
48 Buffer out;

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected