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

Method getType

src/element.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 Type Element::getType() {
73 return type;
74 }
75
76 bool Element::isBlockElement() {
77 return (type & 0x100) == 0x000;

Callers 2

BOOST_FIXTURE_TEST_CASEFunction · 0.45
handleSpanMethod · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.36