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

Method hasChildren

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

Source from the content-addressed store, hash-verified

621 return this.native?.hasChild?.(path);
622 }
623 hasChildren(): boolean {
624 return this.native?.hasChildren?.();
625 }
626 numChildren(): number {
627 return this.native?.getChildrenCount();
628 }

Callers

nothing calls this directly

Calls 1

hasChildrenMethod · 0.65

Tested by

no test coverage detected