Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ getSupportedVerbosities
Method
getSupportedVerbosities
unittests/catch.hpp:3771–3773 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3769
}
3770
3771
static std::set<Verbosity> getSupportedVerbosities() {
3772
return { Verbosity::Normal };
3773
}
3774
3775
~StreamingReporterBase() override = default;
3776
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected