MCPcopy Create free account
hub / github.com/Snapchat/Valdi / updateQoS

Method updateQoS

valdi/src/java/com/snap/valdi/utils/ValdiThread.kt:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 @Keep
28 fun updateQoS(qosClassValue: Int) {
29 this.qosClass = QoSClass.fromValue(qosClassValue)
30 }
31
32 override fun run() {
33 nativeThreadEntryPoint(ptr)

Callers

nothing calls this directly

Calls 1

fromValueMethod · 0.45

Tested by

no test coverage detected