| 139 | #pragma mark - READING: |
| 140 | |
| 141 | KeyTree::KeyTree(const void *encodedDataStart) |
| 142 | :_data(encodedDataStart) |
| 143 | { } |
| 144 | |
| 145 | KeyTree::KeyTree(alloc_slice encoded) |
| 146 | :_ownedData(encoded), |
nothing calls this directly
no outgoing calls
no test coverage detected