MCPcopy Create free account
hub / github.com/RenderKit/embree / red

Method red

tutorials/verify/verify.h:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 else return str;
184 }
185 std::string red(std::string str) {
186 if (usecolors) return "\033[31m" + str + "\033[0m";
187 else return str;
188 }
189 bool usecolors;
190 };
191}

Callers 2

executeMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected