MCPcopy Create free account
hub / github.com/catboost/catboost / UnescapeJsonUnicode

Function UnescapeJsonUnicode

library/cpp/json/fast_sax/unescape.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <util/string/escape.h>
4
5TStringBuf UnescapeJsonUnicode(TStringBuf data, char* scratch) {
6 return TStringBuf(scratch, UnescapeC(data.data(), data.size(), scratch));
7}

Callers

nothing calls this directly

Calls 3

UnescapeCFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected