MCPcopy Create free account
hub / github.com/SpriteOvO/AirPodsDesktop / Initialize

Function Initialize

Source/Error.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47} // namespace Impl
48
49void Initialize()
50{
51 auto workspace = Utils::File::GetWorkspace();
52
53 // Delete the last StackTrace log file, if any
54 //
55 workspace.remove(kStackTraceFileName);
56}
57} // namespace Error
58
59[[noreturn]] void FatalError(const std::string &content, bool report)

Callers 1

PrepareMethod · 0.70

Calls 1

GetWorkspaceFunction · 0.85

Tested by

no test coverage detected