| 70 | } |
| 71 | |
| 72 | ScratchKey::ScratchKey(uint32_t* data, size_t count) : ResourceKey(data, count) { |
| 73 | } |
| 74 | |
| 75 | ScratchKey& ScratchKey::operator=(const BytesKey& that) { |
| 76 | delete[] data; |
nothing calls this directly
no outgoing calls
no test coverage detected