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

Function BlContext_SetEntryPoint

IDEHelper/Linker/BlContext.cpp:3837–3840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3835}
3836
3837BF_EXPORT void BF_CALLTYPE BlContext_SetEntryPoint(BlContext* blContext, const char* entryPoint)
3838{
3839 blContext->mEntryPoint = entryPoint;
3840}
3841
3842BF_EXPORT void BF_CALLTYPE BlContext_SetImpLib(BlContext* blContext, const char* impLibName)
3843{

Callers 1

HandleParamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected