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