Coda by Ian Macalinao
    Preparing search index...

    Versioned arguments for the writeToBuffer instruction.

    type WriteToBufferArgs = {
        __kind: "V1";
        overwrite: boolean;
        serializedRuleSet: ReadonlyUint8Array;
    }
    Index

    Properties

    __kind: "V1"
    overwrite: boolean

    Whether to overwrite the buffer from the start instead of appending.

    serializedRuleSet: ReadonlyUint8Array

    The chunk of serialized RuleSet data to append.