mcbe-leveldb-reader
    Preparing search index...

    Interface ILevelDbLogIndex

    Represents metadata about a LOG file for lazy loading. LOG files contain the most recent writes and take priority.

    interface ILevelDbLogIndex {
        file: IFile;
        isLoaded: boolean;
        name: string;
    }
    Index
    file: IFile

    The log file

    isLoaded: boolean

    Whether this file has been loaded

    name: string

    File name/index for sorting