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

Method Comment

lib/mdflib/mdflib/src/mdcomment.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void MdComment::Comment(std::string comment) {
21 Comment(MdString(std::move(comment)));
22}
23
24void MdComment::Comment(MdString comment) {
25 comment_ = std::move(comment);

Callers

nothing calls this directly

Calls 1

MdStringClass · 0.85

Tested by

no test coverage detected