(self, obj: CLVMStorage)
| 54 | return self.lookup[obj_id][0] |
| 55 | |
| 56 | def contains(self, obj: CLVMStorage) -> bool: |
| 57 | return id(obj) in self.lookup |
| 58 | |
| 59 | |
| 60 | def treehash(cache: ObjectCache[bytes], obj: CLVMStorage) -> Optional[bytes]: |
no outgoing calls
no test coverage detected