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

Method SetUri

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

Source from the content-addressed store, hash-verified

172}
173
174void CurlHttpRequest::SetUri(const string& uri) {
175 CheckNotSent();
176 is_uri_set_ = true;
177 uri_ = uri;
178 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_URL, uri.c_str()));
179}
180
181void CurlHttpRequest::SetRange(uint64 start, uint64 end) {
182 CheckNotSent();

Callers 15

ReadRowMethod · 0.45
ReadSchemaMethod · 0.45
UploadToSessionMethod · 0.45
LoadBufferFromGCSMethod · 0.45
UncachedStatForObjectMethod · 0.45
GetBucketMetadataMethod · 0.45
GetChildrenBoundedMethod · 0.45
DeleteFileMethod · 0.45

Calls 2

c_strMethod · 0.80
curl_easy_setoptMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36