MCPcopy Create free account
hub / github.com/WheretIB/nullc / operator()

Method operator()

Colorer.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 void operator()(const char* start, const char* end)
31 {
32 colorer->ColorCode(style, start, end);
33 }
34 void operator()(int style, const char* start, const char* end)
35 {
36 colorer->ColorCode(style, start, end);

Callers

nothing calls this directly

Calls 1

ColorCodeMethod · 0.80

Tested by

no test coverage detected