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

Method setType

src/element.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void Element::setType(Type type) {
69 this->type = type;
70 }
71
72 Type Element::getType() {
73 return type;

Callers 5

BOOST_FIXTURE_TEST_CASEFunction · 0.80
handleBlockMethod · 0.80
handleSpanMethod · 0.80
parsedCodeSpanMethod · 0.80
parsedNormalTextMethod · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.64