MCPcopy Create free account
hub / github.com/Uncodin/bypass / setText

Method setText

src/element.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void Element::setText(const std::string& text) {
33 this->text = text;
34 }
35
36 const std::string& Element::getText() {
37 return text;

Callers 3

BOOST_FIXTURE_TEST_CASEFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
onCreateMethod · 0.80

Calls

no outgoing calls

Tested by 3

BOOST_FIXTURE_TEST_CASEFunction · 0.64
BOOST_FIXTURE_TEST_CASEFunction · 0.64
onCreateMethod · 0.64