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

Method End

IDEHelper/Linker/BlCodeView.cpp:246–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void BlCvStreamWriter::End(bool flush)
247{
248 if (flush)
249 {
250 for (auto block : mCurStream->mBlocks)
251 mMsf->FlushBlock(block);
252 }
253
254 mCurStream->mSize = GetStreamPos();
255 mCurBlockPos = NULL;
256 mCurBlockEnd = NULL;
257 mCurStream = NULL;
258}
259
260void BlCvStreamWriter::Write(const void* data, int size)
261{

Callers 2

EndStreamMethod · 0.45
FinishSymRecordsMethod · 0.45

Calls 1

FlushBlockMethod · 0.80

Tested by

no test coverage detected