MCPcopy Create free account
hub / github.com/WheretIB/nullc / GetExtra

Method GetExtra

GUI/RichTextarea.cpp:750–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750unsigned int RichTextarea::LineIterator::GetExtra()
751{
752 assert(line);
753 return ((AreaLine*)line)->lineExtra;
754}
755
756RichTextarea::LineIterator RichTextarea::GetFirstLine(HWND wnd)
757{

Callers 3

RefreshBreakpointsFunction · 0.80
SuperCalcSetBreakpointsFunction · 0.80
WndProcFunction · 0.80

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected