MCPcopy 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
87function notify(fps) {
88 let callback: Function;
89 for (const id in callbacks) {
90 callback = callbacks[id];
91 callback(fps, _minFps);
92 }
93}

Callers 1

doFrameFunction · 0.70

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected