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

Method Author

lib/mdflib/mdflib/src/hd4block.cpp:304–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302int64_t Hd4Block::Index() const { return FilePosition(); }
303
304void Hd4Block::Author(const std::string& author) {
305 SetCommonProperty(*this, "author", author);
306}
307
308std::string Hd4Block::Author() const {
309 return GetCommonProperty<std::string>(*this, "author");

Callers

nothing calls this directly

Calls 1

SetCommonPropertyFunction · 0.85

Tested by

no test coverage detected