Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
TStringBuf UnescapeJsonUnicode(TStringBuf data, char* scratch) {
6
return TStringBuf(scratch, UnescapeC(data.data(), data.size(), scratch));
7
}
Callers
nothing calls this directly
Calls
3
UnescapeC
Function · 0.50
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected