Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ WriteAt
Method
WriteAt
src/FileAutoClose.cpp:99–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void CFileAutoClose::WriteAt(const void* buffer, uint64 offset, size_t count)
100
{
101
Reopen();
102
m_file.Seek(offset);
103
m_file.Write(buffer, count);
104
}
105
106
bool CFileAutoClose::Eof()
107
{
Callers
2
FlushAt
Method · 0.45
performConvertToeMule
Method · 0.45
Calls
2
Seek
Method · 0.80
Write
Method · 0.45
Tested by
no test coverage detected