| 199 | } |
| 200 | |
| 201 | Future<Optional<DataValue>> get(Reference<DocTransaction> tr, DataKey key) override { |
| 202 | return FDBPlugin_get(key, tr); |
| 203 | } |
| 204 | |
| 205 | GenFutureStream<KeyValue> getDescendants(Reference<DocTransaction> tr, |
| 206 | DataKey key, |
nothing calls this directly
no outgoing calls
no test coverage detected