MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Highlight

Method Highlight

DebugView++/LogView.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98Highlight::Highlight(int id, int begin, int end, const TextColor& color) :
99 id(id), begin(begin), end(end), color(color)
100{
101}
102
103LogLine::LogLine(int line) :
104 bookmark(false), line(line)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected