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

Method numChildren

packages/firebase-database/index.android.ts:626–628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

624 return this.native?.hasChildren?.();
625 }
626 numChildren(): number {
627 return this.native?.getChildrenCount();
628 }
629 val() {
630 return deserialize(this.native.getValue());
631 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected