Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected