plugin/kythe_mixin library

Mixins

DartEntryMixin
A mixin that can be used when creating a subclass of ServerPlugin and mixing in KytheMixin. This implements the creation of the kythe.getEntries request based on the assumption that the driver being created is an AnalysisDriver.
EntryMixin
A mixin that can be used when creating a subclass of ServerPlugin to provide most of the implementation for handling kythe.getEntries requests.