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

Method getPriority

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

Source from the content-addressed store, hash-verified

593 }
594
595 getPriority(): string | number {
596 return this.native.priority;
597 }
598
599 hasChild(path: string): boolean {
600 return this.native?.hasChild?.(path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected