MCPcopy Create free account
hub / github.com/amule-project/amule / SetDirty

Method SetDirty

src/ExternalConn.cpp:2384–2390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2382}
2383
2384void ECPartFileMsgSource::SetDirty(const CPartFile *file)
2385{
2386 CMD4Hash filehash = file->GetFileHash();
2387 if ( m_dirty_status.find(filehash) != m_dirty_status.end() ) {
2388 m_dirty_status[filehash].m_dirty = true;;
2389 }
2390}
2391
2392void ECPartFileMsgSource::SetNew(const CPartFile *file)
2393{

Callers 1

DownloadFile_SetDirtyMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected