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

Method FlushBlock

IDEHelper/Linker/BlMsf.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void BlMsf::FlushBlock(int blockIdx)
172{
173 if (mWorkThread.mThread == NULL)
174 mWorkThread.Start();
175 mWorkThread.Add(mBlocks[blockIdx]);
176}
177
178void BlMsf::Finish(int rootBlockNum, int streamDirLen)
179{

Callers 2

EndMethod · 0.80
FlushStreamMethod · 0.80

Calls 2

StartMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected