opencarl
    Preparing search index...

    Interface DuplicateCheckResult

    Result of checking for duplicate plugin loads.

    interface DuplicateCheckResult {
        existingPath: string;
        isDuplicate: boolean;
        warningEmitted: boolean;
    }
    Index

    Properties

    existingPath: string

    Path of the first plugin that was loaded (if different from current)

    isDuplicate: boolean

    True if another plugin instance exists at a different path

    warningEmitted: boolean

    True if warning was emitted this session (for guard tracking)