MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / new

Method new

lrwn/src/maccommand.rs:401–403  ·  view source on GitHub ↗
(macs: Vec<MACCommand>)

Source from the content-addressed store, hash-verified

399
400impl 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.

Callers

nothing calls this directly

Calls 1

MACCommandSetClass · 0.85

Tested by

no test coverage detected