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

Function Str

lib/yamlcpp/src/exp.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32std::string Str(unsigned ch) { return std::string(1, static_cast<char>(ch)); }
33
34// Escape
35// . Translates the next 'codeLength' characters into a hex number and returns

Callers 1

EscapeFunction · 0.70

Calls 1

stringClass · 0.85

Tested by

no test coverage detected