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

Function BlContext_SetOutName

IDEHelper/Linker/BlContext.cpp:3832–3835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3830}
3831
3832BF_EXPORT void BF_CALLTYPE BlContext_SetOutName(BlContext* blContext, const char* outName)
3833{
3834 blContext->mOutName = outName;
3835}
3836
3837BF_EXPORT void BF_CALLTYPE BlContext_SetEntryPoint(BlContext* blContext, const char* entryPoint)
3838{

Callers 1

HandleParamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected