MCPcopy Create free account
hub / github.com/audacity/audacity / GetReportPreview

Method GetReportPreview

libraries/lib-sentry-reporting/SentryReport.cpp:416–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416std::string Report::GetReportPreview() const
417{
418 return mImpl->ToString(true);
419}
420
421void Report::Send(CompletionHandler completionHandler) const
422{

Callers 1

ErrorReportDialogMethod · 0.80

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected