Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
32
let
native: fpsNative.FPSCallback;
33
function
ensureNative() {
34
if
(!native) {
35
native =
new
fpsNative.FPSCallback(doFrame);
36
}
37
}
38
39
export
function
reset() {
40
_minFps = 1000;
Callers
1
start
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected