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

Function BlContext_AddSearchPath

IDEHelper/Linker/BlContext.cpp:3816–3819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3814}
3815
3816BF_EXPORT void BF_CALLTYPE BlContext_AddSearchPath(BlContext* blContext, const char* directory)
3817{
3818 blContext->AddSearchPath(directory);
3819}
3820
3821BF_EXPORT bool BF_CALLTYPE BlContext_AddFile(BlContext* blContext, const char* fileName)
3822{

Callers 1

HandleParamFunction · 0.85

Calls 1

AddSearchPathMethod · 0.80

Tested by

no test coverage detected