MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / to_string

Function to_string

example/cacheHierarchy/fkYAML/node.hpp:1081–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079};
1080
1081inline const char* to_string(yaml_version_type t) noexcept {
1082 switch (t) {
1083 case yaml_version_type::VERSION_1_1:
1084 return "VERSION_1_1";
1085 case yaml_version_type::VERSION_1_2:
1086 return "VERSION_1_2";
1087 default: // LCOV_EXCL_LINE
1088 detail::unreachable(); // LCOV_EXCL_LINE
1089 }
1090}
1091
1092FK_YAML_NAMESPACE_END
1093

Callers 14

node.hppFile · 0.85
serialize_nodeFunction · 0.85
init_with_paramsMethod · 0.85
dumpMethod · 0.85
turn_on_stream_dumpMethod · 0.85
turn_on_stream_dumpMethod · 0.85
runMethod · 0.85
turn_on_stream_dumpMethod · 0.85
dumpMethod · 0.85
cal_group_metric_taskFunction · 0.85

Calls 1

unreachableFunction · 0.85

Tested by

no test coverage detected