handleKytheGetKytheEntries method
Future<KytheGetKytheEntriesResult?>
handleKytheGetKytheEntries(
- KytheGetKytheEntriesParams parameters
Handle a 'kythe.getKytheEntries' request.
Throw a RequestFailure if the request could not be handled.
Implementation
Future<KytheGetKytheEntriesResult?> handleKytheGetKytheEntries(
KytheGetKytheEntriesParams parameters) async {
return null;
}