Fake Mirrors
    Preparing search index...

    Interface AnalyzeWorker

    Represents an analyze worker

    interface AnalyzeWorker {
        close(): Promise<void>;
        run(): Promise<void>;
    }

    Implemented by

    Methods