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

Method Fail

BeefySysLib/util/CabUtil.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void CabFile::Fail(const StringImpl& err)
116{
117 if (mError.IsEmpty())
118 mError = err;
119}
120
121bool CabFile::Load(const StringImpl& path)
122{

Callers 1

FNFDINOTIFYFunction · 0.45

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected