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

Function BlContext_Delete

IDEHelper/Linker/BlContext.cpp:3804–3809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3802}
3803
3804BF_EXPORT void BF_CALLTYPE BlContext_Delete(BlContext* blContext)
3805{
3806 BL_AUTOPERF("BlContext_Delete");
3807
3808 delete blContext;
3809}
3810
3811BF_EXPORT void BF_CALLTYPE BlContext_Init(BlContext* blContext, bool is64Bit, bool isDebug)
3812{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected