(value int)
| 247 | const opMaxIndexRk = opBitRk - 1 |
| 248 | |
| 249 | func opIsK(value int) bool { |
| 250 | return bool((value & opBitRk) != 0) |
| 251 | } |
| 252 | |
| 253 | func opIndexK(value int) int { |
| 254 | return value & ^opBitRk |
no outgoing calls
no test coverage detected
searching dependent graphs…