| 2582 | } |
| 2583 | |
| 2584 | BZF_API const char* bz_getReportSource(unsigned int id) { |
| 2585 | Reports::Report report = REPORTS.get(id); |
| 2586 | return report.from.c_str(); |
| 2587 | } |
| 2588 | |
| 2589 | BZF_API const char* bz_getReportBody(unsigned int id) { |
| 2590 | Reports::Report report = REPORTS.get(id); |
no test coverage detected