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

Method numChildren

packages/firebase-database/index.ios.ts:607–609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

605 }
606
607 numChildren(): number {
608 return this.native?.childrenCount;
609 }
610
611 val() {
612 return deserialize(this.native.value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected