| 10598 | } |
| 10599 | |
| 10600 | BF_EXPORT void BF_CALLTYPE BfCompiler_ClearBuildCache(BfCompiler* bfCompiler) |
| 10601 | { |
| 10602 | bfCompiler->ClearBuildCache(); |
| 10603 | } |
| 10604 | |
| 10605 | BF_EXPORT void BF_CALLTYPE BfCompiler_SetBuildValue(BfCompiler* bfCompiler, char* cacheDir, char* key, char* value) |
| 10606 | { |
no test coverage detected