Anchorage API reference
    Preparing search index...

    Interface ExecutionFenceStoreOptions

    interface ExecutionFenceStoreOptions {
        now?: () => number;
    }
    Index

    Properties

    Properties

    now?: () => number

    Injectable clock for updated_at (tests, deterministic fixtures).