INNER CODE UNIT · Swift
commit
orlandos-nl/MongoKitten · Sources/Meow/Database.swift:70
public func commit() async throws {
try await transaction.commit()
}
}
INNER CODE UNIT · Swift
orlandos-nl/MongoKitten · Sources/Meow/Database.swift:70
public func commit() async throws {
try await transaction.commit()
}
}