()
| 326 | return Query.fromNative(this.native.orderByChild(path)); |
| 327 | } |
| 328 | orderByKey(): Query { |
| 329 | return Query.fromNative(this.native.orderByKey()); |
| 330 | } |
| 331 | orderByPriority(): Query { |
| 332 | return Query.fromNative(this.native.orderByPriority()); |
| 333 | } |
nothing calls this directly
no test coverage detected