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

Function BlContext_AddFile

IDEHelper/Linker/BlContext.cpp:3821–3824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3819}
3820
3821BF_EXPORT bool BF_CALLTYPE BlContext_AddFile(BlContext* blContext, const char* fileName)
3822{
3823 return blContext->AddFile(fileName, BlObjectDataKind_SpecifiedObj);
3824}
3825
3826BF_EXPORT bool BF_CALLTYPE BlContext_Link(BlContext* blContext)
3827{

Callers 1

mainFunction · 0.85

Calls 1

AddFileMethod · 0.45

Tested by

no test coverage detected