(macs: Vec<MACCommand>)
| 399 | |
| 400 | impl MACCommandSet { |
| 401 | pub fn new(macs: Vec<MACCommand>) -> Self { |
| 402 | MACCommandSet(macs) |
| 403 | } |
| 404 | |
| 405 | // This reads the CID from the first mac-command in the set. It is assumed |
| 406 | // that all mac-commands in the set share the same CID. |
nothing calls this directly
no test coverage detected