Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/tgfx
/ setBoolean
Method
setBoolean
src/core/utils/DataView.cpp:186–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
bool DataView::setBoolean(size_t offset, bool value) {
187
Bit8 data = {};
188
data.boolValue = value;
189
return writeData(offset, data.bytes, 1);
190
}
191
192
bool DataView::setInt8(size_t offset, int8_t value) {
193
Bit8 data = {};
Callers
1
TGFX_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TGFX_TEST
Function · 0.64