MCPcopy Create free account
hub / github.com/apache/trafficserver / symbol

Method symbol

lib/catch2/catch.hpp:2069–2074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2067
2068template <class Ratio>
2069std::string ratio_string<Ratio>::symbol() {
2070 Catch::ReusableStringStream rss;
2071 rss << '[' << Ratio::num << '/'
2072 << Ratio::den << ']';
2073 return rss.str();
2074}
2075template <>
2076struct ratio_string<std::atto> {
2077 static std::string symbol();

Callers 5

parse_log_buffFunction · 0.45
resolve_custom_entryMethod · 0.45
operator==Method · 0.45
find_by_symbolMethod · 0.45
displayMethod · 0.45

Calls 1

strMethod · 0.45

Tested by

no test coverage detected