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

Method Start

IDEHelper/Linker/BlCodeView.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void BlCvStreamWriter::Start(BlCVStream * stream)
230{
231 mCurStream = stream;
232 BF_ASSERT(mCurStream->mBlocks.empty());
233}
234
235void BlCvStreamWriter::Continue(BlCVStream * stream)
236{

Callers 5

FlushBlockMethod · 0.45
StartStreamMethod · 0.45
StartUnnamedStreamMethod · 0.45
CreateMethod · 0.45
StartWorkThreadsMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected