(limit: number)
| 499 | } |
| 500 | |
| 501 | limit(limit: number) { |
| 502 | return Query.fromNative(this.native.limit(limit)); |
| 503 | } |
| 504 | |
| 505 | limitToLast(limitToLast: number) { |
| 506 | return Query.fromNative(this.native.limitToLast(limitToLast)); |
nothing calls this directly
no test coverage detected