(mac)
| 468 | # See https://en.wikipedia.org/wiki/MAC_address#Universal_vs._local_(U/L_bit) |
| 469 | |
| 470 | def _is_universal(mac): |
| 471 | return not (mac & (1 << 41)) |
| 472 | |
| 473 | |
| 474 | def _find_mac_near_keyword(command, args, keywords, get_word_index): |
no outgoing calls
no test coverage detected
searching dependent graphs…