hasEntry

expect fun hasEntry(kvdbId: String, key: String): Boolean

Check whether the KVDB entry exists.

Return

'true' if the KVDB has an entry with given key, 'false' otherwise

Parameters

kvdbId

KVDB ID of the KVDB entry to check

key

key of the KVDB entry to check

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is closed.

actual fun hasEntry(kvdbId: String, key: String): Boolean

Check whether the KVDB entry exists.

Return

'true' if the KVDB has an entry with given key, 'false' otherwise

Parameters

kvdbId

KVDB ID of the KVDB entry to check

key

key of the KVDB entry to check

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is closed.

actual external fun hasEntry(kvdbId: String, key: String): Boolean

Check whether the KVDB entry exists.

Return

'true' if the KVDB has an entry with given key, 'false' otherwise

Parameters

kvdbId

KVDB ID of the KVDB entry to check

key

key of the KVDB entry to check

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is closed.