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

Method yellow

tutorials/verify/verify.h:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 else return str;
180 }
181 std::string yellow(std::string str) {
182 if (usecolors) return "\033[33m" + str + "\033[0m";
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;

Callers 1

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected