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

Method Text

lib/mdflib/mdflib/src/tx3block.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23std::string Tx3Block::Text() const {
24 std::string temp = text_;
25 MdfHelper::Trim(temp);
26 return temp;
27}
28
29uint64_t Tx3Block::Write(std::streambuf& buffer) {
30 block_type_ = "TX";

Callers 15

TESTFunction · 0.45
TEST_FFunction · 0.45
OnListItemActivatedMethod · 0.45
UnitMethod · 0.45
GetBlockPropertyMethod · 0.45
ConvertValueToTextMethod · 0.45
ConvertTextToValueMethod · 0.45
FormulaMethod · 0.45
cc4block.cppFile · 0.45
ReferenceMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TEST_FFunction · 0.36