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

Method limitToLast

packages/firebase-database/index.ios.ts:236–238  ·  view source on GitHub ↗
(limit: number)

Source from the content-addressed store, hash-verified

234 }
235
236 limitToLast(limit: number): Query {
237 return Query.fromNative(this.native.queryLimitedToLast(limit));
238 }
239
240 _handles: Map<(a: DataSnapshot, b: string) => void, number> = new Map();
241

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected