MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / Department

Method Department

lib/mdflib/mdflib/src/hd4block.cpp:312–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void Hd4Block::Department(const std::string& department) {
313 SetCommonProperty(*this, "department", department);
314}
315
316std::string Hd4Block::Department() const {
317 return GetCommonProperty<std::string>(*this, "department");

Callers

nothing calls this directly

Calls 1

SetCommonPropertyFunction · 0.85

Tested by

no test coverage detected