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

Method start

packages/core/fps-meter/fps-native.ios.ts:43–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public start() {
44 if (this.running) {
45 return;
46 }
47
48 this.running = true;
49 this.displayLink.paused = false;
50 }
51
52 public stop() {
53 if (!this.running) {

Calls

no outgoing calls

Tested by

no test coverage detected