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

Method AddUsedFileName

IDEHelper/Backend/BeLibManger.cpp:498–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498bool BeLibManager::AddUsedFileName(const StringImpl& fileName)
499{
500 return AddFile(fileName, NULL, -1) != NULL;
501}
502
503void BeLibManager::Finish()
504{

Callers 2

RunLoopMethod · 0.80
DoCompileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected