MCPcopy Create free account
hub / github.com/GNOME/gjs / gjs_coverage_enable

Function gjs_coverage_enable

gjs/coverage.cpp:481–484  ·  view source on GitHub ↗

* gjs_coverage_enable: * * This function must be called before creating any #GjsContext, if you intend * to use any #GjsCoverage APIs. * * Since: 1.66 */

Source from the content-addressed store, hash-verified

479 * Since: 1.66
480 */
481void gjs_coverage_enable() {
482 js::EnableCodeCoverage();
483 s_coverage_enabled = true;
484}

Callers 3

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1