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

Method getPriority

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

Source from the content-addressed store, hash-verified

615 return stopEnumerate;
616 }
617 getPriority(): string | number {
618 return this.native.getPriority();
619 }
620 hasChild(path: string): boolean {
621 return this.native?.hasChild?.(path);
622 }

Callers

nothing calls this directly

Calls 1

getPriorityMethod · 0.65

Tested by

no test coverage detected