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

Function BlContext_AddNoDefaultLib

IDEHelper/Linker/BlContext.cpp:3872–3878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3870}
3871
3872BF_EXPORT void BF_CALLTYPE BlContext_AddNoDefaultLib(BlContext* blContext, const char* name)
3873{
3874 String libName = name;
3875 FixLibName(libName);
3876 String libCanonName = FixPathAndCase(libName);
3877 blContext->mNoDefaultLibs.insert(libCanonName);
3878}
3879
3880BF_EXPORT void BF_CALLTYPE BlContext_AddDefaultLib(BlContext* blContext, const char* name)
3881{

Callers 1

HandleParamFunction · 0.85

Calls 1

FixLibNameFunction · 0.85

Tested by

no test coverage detected