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

Function BfCompiler_GetCompletionPercentage

IDEHelper/Compiler/BfCompiler.cpp:10570–10573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10568}
10569
10570BF_EXPORT float BF_CALLTYPE BfCompiler_GetCompletionPercentage(BfCompiler* bfCompiler)
10571{
10572 return bfCompiler->mCompletionPct;
10573}
10574
10575BF_EXPORT int BF_CALLTYPE BfCompiler_GetCompileRevision(BfCompiler* bfCompiler)
10576{

Callers 1

DoCompileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected