Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ GetStyle
Method
GetStyle
GUI/RichTextarea.cpp:738–742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
736
}
737
738
unsigned int RichTextarea::LineIterator::GetStyle()
739
{
740
assert(line);
741
return ((AreaLine*)line)->lineStyle;
742
}
743
744
void RichTextarea::LineIterator::SetExtra(unsigned int extra)
745
{
Callers
nothing calls this directly
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected