Interface GitLocateContext

interface GitLocateContext {
    maxCount: number;
    visited: Map<string, boolean>;
}

Properties

Properties

maxCount: number
visited: Map<string, boolean>