AutoBE
    Preparing search index...

    Interface AutoBeCheckpointPersistence

    interface AutoBeCheckpointPersistence {
        prune: (scope: AutoBeCheckpointPruneScope) => void | Promise<void>;
        upsert: (
            history: AutoBeAnalyzeRunCheckpointHistory,
        ) => void | Promise<void>;
    }
    Index

    Properties

    Properties

    prune: (scope: AutoBeCheckpointPruneScope) => void | Promise<void>
    upsert: (history: AutoBeAnalyzeRunCheckpointHistory) => void | Promise<void>