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

Method increment

packages/firebase-database/index.android.ts:354–358  ·  view source on GitHub ↗
(count: number)

Source from the content-addressed store, hash-verified

352 return value;
353 }
354 static increment(count: number) {
355 const value = new ServerValue();
356 value._native = com.google.firebase.database.ServerValue.increment(count);
357 return value;
358 }
359
360 get native() {
361 return this._native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected