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

Function track

apps/ui/src/perf/properties/main-page.ts:32–36  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

30 result.text = '';
31
32 function track(line: string) {
33 console.log(line);
34 result.fontSize = 10;
35 result.text += line + '\n';
36 }
37
38 let text = 'Count';
39 c.forEach((e) => {

Callers 1

onTap3Function · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected