func startNewBatch()

in Sources/Confidence/EventStorageInMemory.swift [6:9]


    func startNewBatch() throws {
        batches[("\(batches.count)")] = events
        events.removeAll()
    }