Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TParsedHttpLocation
Method
TParsedHttpLocation
library/cpp/http/misc/parsed_request.cpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
TParsedHttpLocation::TParsedHttpLocation(const TStringBuf& req) {
31
req.Split(
'?'
, Path, Cgi);
32
}
Callers
nothing calls this directly
Calls
1
Split
Method · 0.45
Tested by
no test coverage detected