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

Method SetFhComment

lib/mdflib/mdflib/src/ifilehistory.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace mdf {
9
10void IFileHistory::SetFhComment(const FhComment &fh_comment) {
11 if (IMetaData* meta_data = CreateMetaData();
12 meta_data != nullptr ) {
13 meta_data->XmlSnippet(fh_comment.ToXml());
14 }
15}
16
17void IFileHistory::GetFhComment(FhComment &fh_comment) const {
18 if (const IMetaData* meta_data = MetaData();

Callers 5

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 2

XmlSnippetMethod · 0.80
ToXmlMethod · 0.45

Tested by 5

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64