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

Function ensureNative

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

Source from the content-addressed store, hash-verified

31
32let native: fpsNative.FPSCallback;
33function ensureNative() {
34 if (!native) {
35 native = new fpsNative.FPSCallback(doFrame);
36 }
37}
38
39export function reset() {
40 _minFps = 1000;

Callers 1

startFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected