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

Method SetTimeouts

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

Source from the content-addressed store, hash-verified

349}
350
351void CurlHttpRequest::SetTimeouts(uint32 connection, uint32 inactivity,
352 uint32 total) {
353 CheckNotSent();
354 connect_timeout_secs_ = connection;
355 inactivity_timeout_secs_ = inactivity;
356 request_timeout_secs_ = total;
357}
358
359size_t CurlHttpRequest::WriteCallback(const void* ptr, size_t size,
360 size_t nmemb, void* this_object) {

Callers 9

UploadToSessionMethod · 0.45
LoadBufferFromGCSMethod · 0.45
UncachedStatForObjectMethod · 0.45
GetBucketMetadataMethod · 0.45
GetChildrenBoundedMethod · 0.45
DeleteFileMethod · 0.45
RenameObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected