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

Method Project

lib/mdflib/mdflib/src/hd4block.cpp:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void Hd4Block::Project(const std::string& name) {
321 SetCommonProperty(*this, "project", name);
322}
323
324std::string Hd4Block::Project() const {
325 return GetCommonProperty<std::string>(*this, "project");

Callers

nothing calls this directly

Calls 1

SetCommonPropertyFunction · 0.85

Tested by

no test coverage detected