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

Method StartStream

IDEHelper/Linker/BlCodeView.cpp:551–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549
550
551int BlCodeView::StartStream(int streamIdx)
552{
553 BF_ASSERT(mWriter.mCurStream == NULL);
554
555 BF_ASSERT(streamIdx <= 5);
556 if (streamIdx == -1)
557 {
558 streamIdx = (int)mStreams.size();
559 mStreams.Alloc();
560 }
561
562 mWriter.Start(mStreams[streamIdx]);
563 return streamIdx;
564}
565
566void BlCodeView::StartUnnamedStream(BlCVStream& stream)
567{

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45
AllocMethod · 0.45
StartMethod · 0.45

Tested by

no test coverage detected