handleKytheGetKytheEntries method

Future<KytheGetKytheEntriesResult?> handleKytheGetKytheEntries(
  1. 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;
}