(self, pageindex, count)
| 1055 | } |
| 1056 | |
| 1057 | function getDocumentIndex(self, pageindex, count) { |
| 1058 | return ((pageindex - 1) * self.header.pagelimit) + (count || 1); |
| 1059 | } |
| 1060 | |
| 1061 | function checkRelation(self, relation, indexA, indexB, callback) { |
| 1062 |
no outgoing calls
no test coverage detected