Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ setFileEntry
Method
setFileEntry
src/HttpRequest.cc:409–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
407
}
408
409
void HttpRequest::setFileEntry(std::shared_ptr<FileEntry> fileEntry)
410
{
411
fileEntry_ = std::move(fileEntry);
412
}
413
414
void HttpRequest::setIfModifiedSinceHeader(std::string value)
415
{
Callers
11
testValidateResponse_good_range
Method · 0.45
testValidateResponse_bad_range
Method · 0.45
testValidateResponse_chunked
Method · 0.45
testGetStartByte
Method · 0.45
testGetEndByte
Method · 0.45
testCreateRequest
Method · 0.45
testCreateRequest_ftp
Method · 0.45
testCreateRequest_with_cookie
Method · 0.45
testCreateRequest_endOffsetOverride
Method · 0.45
testIsRangeSatisfied
Method · 0.45
createHttpRequest
Function · 0.45
Calls
no outgoing calls
Tested by
10
testValidateResponse_good_range
Method · 0.36
testValidateResponse_bad_range
Method · 0.36
testValidateResponse_chunked
Method · 0.36
testGetStartByte
Method · 0.36
testGetEndByte
Method · 0.36
testCreateRequest
Method · 0.36
testCreateRequest_ftp
Method · 0.36
testCreateRequest_with_cookie
Method · 0.36
testCreateRequest_endOffsetOverride
Method · 0.36
testIsRangeSatisfied
Method · 0.36