| 10593 | } |
| 10594 | |
| 10595 | BF_EXPORT void BF_CALLTYPE BfCompiler_RequestFastFinish(BfCompiler* bfCompiler) |
| 10596 | { |
| 10597 | bfCompiler->RequestFastFinish(); |
| 10598 | } |
| 10599 | |
| 10600 | BF_EXPORT void BF_CALLTYPE BfCompiler_ClearBuildCache(BfCompiler* bfCompiler) |
| 10601 | { |
nothing calls this directly
no test coverage detected