Interface SiblingPathSource

Defines the interface for a source of sibling paths.

interface SiblingPathSource {
    getSiblingPath(index, includeUncommitted): Promise<BaseSiblingPath>;
}

Hierarchy (view full)

Methods