Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ BfCompiler_Cancel
Function
BfCompiler_Cancel
IDEHelper/Compiler/BfCompiler.cpp:10590–10593 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10588
}
10589
10590
BF_EXPORT void BF_CALLTYPE BfCompiler_Cancel(BfCompiler* bfCompiler)
10591
{
10592
bfCompiler->Cancel();
10593
}
10594
10595
BF_EXPORT void BF_CALLTYPE BfCompiler_RequestFastFinish(BfCompiler* bfCompiler)
10596
{
Callers
nothing calls this directly
Calls
1
Cancel
Method · 0.45
Tested by
no test coverage detected