MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / _MaybeReportResult

Function _MaybeReportResult

test/report_result.c:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void _MaybeReportResult(int result) {
29 EM_ASM(maybeReportResultToServer($0), result);
30}
31
32#else
33

Callers

nothing calls this directly

Calls 3

_ReportResultFunction · 0.85
EM_ASMFunction · 0.50

Tested by

no test coverage detected