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

Method Clear

IDEHelper/Backend/BeLibManger.cpp:417–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417void BeLibManager::Clear()
418{
419 BP_ZONE("BeLibManager::Clear");
420
421 for (auto& entry : mLibFiles)
422 delete entry.mValue;
423 mLibFiles.Clear();
424}
425
426BeLibEntry* BeLibManager::AddFile(const StringImpl& filePath, void* data, int size)
427{

Callers 4

ToStringMethod · 0.45
HashContentMethod · 0.45
HandleNextCmdMethod · 0.45
FinishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected