(objectId, callback)
| 911 | }; |
| 912 | |
| 913 | get(objectId, callback) { |
| 914 | var query = new CB.CloudQuery(this.tableName); |
| 915 | return query.findById(objectId, callback); |
| 916 | }; |
| 917 | |
| 918 | findById(objectId, callback) { //find the document(s) matching the given query |
| 919 |
no test coverage detected