MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / EscapeString

Method EscapeString

tensorflow/core/platform/cloud/curl_http_request.cc:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167string CurlHttpRequest::EscapeString(const string& str) {
168 char* out_char_str = libcurl_->curl_easy_escape(curl_, str.c_str(), 0);
169 string out_str(out_char_str);
170 libcurl_->curl_free(out_char_str);
171 return out_str;
172}
173
174void CurlHttpRequest::SetUri(const string& uri) {
175 CheckNotSent();

Callers 9

ReadRowMethod · 0.45
BigQueryUriPrefixMethod · 0.45
LoadBufferFromGCSMethod · 0.45
UncachedStatForObjectMethod · 0.45
GetChildrenBoundedMethod · 0.45
DeleteFileMethod · 0.45
RenameObjectMethod · 0.45
TESTFunction · 0.45

Calls 3

c_strMethod · 0.80
curl_easy_escapeMethod · 0.45
curl_freeMethod · 0.45

Tested by 1

TESTFunction · 0.36