MCPcopy 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

updateQoSMethod · 0.45
startMethod · 0.45
deepClone.spec.tsFile · 0.45
deepCloneFunction · 0.45

Calls 1

firstMethod · 0.80

Tested by

no test coverage detected