All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonTest.maryk.rocksdb.util.createTestDBFolder.kt Maven / Gradle / Ivy

package maryk.rocksdb.util

import kotlin.random.Random
import kotlin.random.nextUInt

@Suppress("EXPERIMENTAL_API_USAGE")
fun createTestDBFolder(name: String?) =
    "build/test-database/${name!!}_" + Random.nextUInt()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy