Skip to content

apollo-code


apollo-code / storage/src / LocalKeywordMemoryIndexOptions

Interface: LocalKeywordMemoryIndexOptions

Properties

afterBatch?

readonly optional afterBatch?: (processedRecords) => void | Promise<void>

Test-only interruption hook invoked after each completed batch.

Parameters

processedRecords

number

Returns

void | Promise<void>


now?

readonly optional now?: () => Date

Returns

Date