Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_CASE
Function · 0.80
handleBlock
Method · 0.80
handleSpan
Method · 0.80
parsedCodeSpan
Method · 0.80
parsedNormalText
Method · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_FIXTURE_TEST_CASE
Function · 0.64