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

Method Source

lib/mdflib/mdflib/src/mdsyntax.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void MdSyntax::Source(std::string source) {
31 source_ = std::move(source);
32}
33
34const std::string& MdSyntax::Source() const {
35 return source_;

Callers 3

TEST_FFunction · 0.45
TEST_FFunction · 0.45
RedrawCgListMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36