()
| 127 | |
| 128 | impl<S: KVStore> Default for Collections<S> { |
| 129 | fn default() -> Self { |
| 130 | Self { |
| 131 | s2i: HashMap::new(), |
| 132 | i2s: HashMap::new(), |
| 133 | } |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | impl<S> Collections<S> |
nothing calls this directly
no outgoing calls
no test coverage detected