Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ fromValue
Method
fromValue
valdi/src/java/com/snap/valdi/utils/QoSClass.kt:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
companion object {
21
@JvmStatic
22
fun fromValue(value: Int): QoSClass {
23
return values().first { it.value == value }
24
}
25
}
26
}
Callers
4
updateQoS
Method · 0.45
start
Method · 0.45
deepClone.spec.ts
File · 0.45
deepClone
Function · 0.45
Calls
1
first
Method · 0.80
Tested by
no test coverage detected