Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ notify
Function
notify
packages/core/fps-meter/index.ts:87–93 ·
view source on GitHub ↗
(fps)
Source
from the content-addressed store, hash-verified
85
}
86
87
function
notify(fps) {
88
let
callback: Function;
89
for
(
const
id in callbacks) {
90
callback = callbacks[id];
91
callback(fps, _minFps);
92
}
93
}
Callers
1
doFrame
Function · 0.70
Calls
1
callback
Function · 0.50
Tested by
no test coverage detected