MCPcopy Create free account
hub / github.com/beefytech/Beef / Add

Method Add

IDEHelper/Linker/BlMsf.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void BlMsfWorkThread::Add(BlMsfBlock* block)
78{
79 AutoCrit autoCrit(mCritSect);
80 mWriteBlockWorkQueue.push_back(block);
81 mWorkEvent.Set();
82 mSortDirty = true;
83}
84
85
86//////////////////////////////////////////////////////////////////////////

Callers 3

FlushBlockMethod · 0.45
ParseTypeDataMethod · 0.45
FinishModuleMethod · 0.45

Calls 2

push_backMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected