MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / report

Function report

tools/scripts/generated-compat-checks/module-compare.ts:13–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13export function report() {
14 console.log(`CHECKED COMPLETED. CHECKED MODULES: ${results.modules} EXPORTS: ${results.exports}`);
15 if (results.errors.length) {
16 console.log(`----- ${results.errors.length} CHECKS FAILED ----- `);
17 results.errors.forEach((err) => console.log(err));
18 } else {
19 console.log('----- ALL CHECKS SUCCESSFUL ----- ');
20 }
21}

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.80
logMethod · 0.45

Tested by

no test coverage detected