Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boost-ext/ut
/ main
Function
main
example/cfg/printer.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
auto ut::cfg<ut::override> = ut::runner<ut::reporter<cfg::printer>>{};
26
27
int main() {
28
using namespace ut;
29
"printer"
_test = [] {};
30
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected