h1z1-server
    Preparing search index...

    Variable compressDependentConst

    compressDependent: (
        src: string | any[],
        dst: any[],
        pos: number,
        hashTable: any[],
        sIdx: number,
        eIdx: number,
    ) => number = compressBlock

    Type declaration

      • (
            src: string | any[],
            dst: any[],
            pos: number,
            hashTable: any[],
            sIdx: number,
            eIdx: number,
        ): number
      • Parameters

        • src: string | any[]
        • dst: any[]
        • pos: number
        • hashTable: any[]
        • sIdx: number
        • eIdx: number

        Returns number