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

Function start

packages/core/fps-meter/index.ts:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57export function start() {
58 ensureNative();
59 native.start();
60}
61
62export function stop() {
63 if (!native) {

Callers 1

startFPSMeterFunction · 0.90

Calls 2

ensureNativeFunction · 0.70
startMethod · 0.45

Tested by

no test coverage detected