MCPcopy Create free account
hub / github.com/NativeScript/firebase / increment

Method increment

packages/firebase-database/index.ios.ts:334–338  ·  view source on GitHub ↗
(count: number)

Source from the content-addressed store, hash-verified

332 return value;
333 }
334 static increment(count: number) {
335 const value = new ServerValue();
336 value._native = FIRServerValue.increment(count);
337 return value;
338 }
339
340 get native() {
341 return this._native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected