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

Method Subject

lib/mdflib/mdflib/src/hd4block.cpp:328–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void Hd4Block::Subject(const std::string& subject) {
329 SetCommonProperty(*this, "subject", subject);
330}
331
332std::string Hd4Block::Subject() const {
333 return GetCommonProperty<std::string>(*this, "subject");

Callers

nothing calls this directly

Calls 1

SetCommonPropertyFunction · 0.85

Tested by

no test coverage detected