Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
void BlCvStreamWriter::Start(BlCVStream * stream)
230
{
231
mCurStream = stream;
232
BF_ASSERT(mCurStream->mBlocks.empty());
233
}
234
235
void BlCvStreamWriter::Continue(BlCVStream * stream)
236
{
Callers
5
FlushBlock
Method · 0.45
StartStream
Method · 0.45
StartUnnamedStream
Method · 0.45
Create
Method · 0.45
StartWorkThreads
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected