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

Function BlContext_Link

IDEHelper/Linker/BlContext.cpp:3826–3830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3824}
3825
3826BF_EXPORT bool BF_CALLTYPE BlContext_Link(BlContext* blContext)
3827{
3828 blContext->Link();
3829 return !blContext->mFailed;
3830}
3831
3832BF_EXPORT void BF_CALLTYPE BlContext_SetOutName(BlContext* blContext, const char* outName)
3833{

Callers 1

mainFunction · 0.85

Calls 1

LinkMethod · 0.80

Tested by

no test coverage detected