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

Method SetExtra

GUI/RichTextarea.cpp:744–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744void RichTextarea::LineIterator::SetExtra(unsigned int extra)
745{
746 assert(line);
747 ((AreaLine*)line)->lineExtra = extra;
748}
749
750unsigned int RichTextarea::LineIterator::GetExtra()
751{

Callers 1

SuperCalcSetBreakpointsFunction · 0.80

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected