Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ WriteUInt64
Method
WriteUInt64
src/SafeFile.cpp:287–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
286
287
void CFileDataIO::WriteUInt64(uint64 value)
288
{
289
ENDIAN_SWAP_I_64(value);
290
291
Write(&value, sizeof(uint64));
292
}
293
294
295
// UInt128 values are stored a little weird way...
Callers
11
Save
Method · 0.80
DEBUG_ONLY( wxString sent_opcodes; )
Function · 0.80
SendBlockRequests
Method · 0.80
WriteNewEd2kTag
Method · 0.80
WriteMetaDataSearchParam
Method · 0.80
SendNextUDPPacket
Method · 0.80
ProcessLocalRequests
Method · 0.80
CreateStandardPackets
Method · 0.80
CreatePackedPackets
Method · 0.80
StorePacket
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64