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

Function KEY_NOT_FOUND_WITH_KEY

lib/yamlcpp/include/yaml-cpp/exceptions.h:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91template <typename T>
92inline const std::string KEY_NOT_FOUND_WITH_KEY(
93 const T&, typename disable_if<is_numeric<T>>::type* = 0) {
94 return KEY_NOT_FOUND;
95}
96
97inline const std::string KEY_NOT_FOUND_WITH_KEY(const std::string& key) {
98 std::stringstream stream;

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected