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

Method orderByPriority

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

Source from the content-addressed store, hash-verified

329 return Query.fromNative(this.native.orderByKey());
330 }
331 orderByPriority(): Query {
332 return Query.fromNative(this.native.orderByPriority());
333 }
334 orderByValue(): Query {
335 return Query.fromNative(this.native.orderByValue());
336 }

Callers

nothing calls this directly

Calls 2

orderByPriorityMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected