| 617 | } |
| 618 | |
| 619 | Future<Optional<DataValue>> QueryContext::get(StringRef key) { |
| 620 | return self->get(key); |
| 621 | } |
| 622 | |
| 623 | GenFutureStream<KeyValue> QueryContext::getDescendants(StringRef begin, |
| 624 | StringRef end, |
no outgoing calls
no test coverage detected