Interface QuickDiffProvider

interface QuickDiffProvider {
    provideOriginalResource?(uri, token): ProviderResult<Uri>;
}

Methods