Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ wait
Method
wait
valdi/src/java/com/snap/valdi/store/KeychainUtils.kt:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
private fun wait(minTimeMs: Long, maxTimeMs: Long) {
72
Thread.sleep((minTimeMs..maxTimeMs).random(), 0)
73
}
74
75
private fun resolveSecretKey(): ByteArray {
76
trace({
"Valdi.resolveKeychainSecretKey"
}) {
Callers
1
blockingWait
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected