Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
void MdComment::Comment(std::string comment) {
21
Comment(MdString(std::move(comment)));
22
}
23
24
void MdComment::Comment(MdString comment) {
25
comment_ = std::move(comment);
Callers
nothing calls this directly
Calls
1
MdString
Class · 0.85
Tested by
no test coverage detected