@squidcloud/client
    Preparing search index...

    Interface SourceCodePathEvidence

    Identifies a path supporting a source-code finding.

    interface SourceCodePathEvidence {
        lines?: SourceCodeLineRange;
        path: string;
    }
    Index

    Marks the supporting line range when available.

    path: string

    Stores the path relative to the repository root.