func batchReadyIds()

in Sources/Confidence/EventStorageInMemory.swift [15:17]


    func batchReadyIds() -> [String] {
        return batches.map { batch in batch.0 }
    }