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

Method FlushStream

IDEHelper/Linker/BlCodeView.cpp:576–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576void BlCodeView::FlushStream(BlCVStream* stream)
577{
578 for (auto block : stream->mBlocks)
579 mMsf.FlushBlock(block);
580}
581
582void BlCodeView::CvEncodeString(const StringImpl& str)
583{

Callers

nothing calls this directly

Calls 1

FlushBlockMethod · 0.80

Tested by

no test coverage detected