MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / bz_getReportSource

Function bz_getReportSource

src/bzfs/bzfsAPI.cpp:2584–2587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GetReportInfoFunction · 0.85
getKeyMethod · 0.85

Calls 2

c_strMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected