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

Function BfCompiler_ClearResults

IDEHelper/Compiler/BfCompiler.cpp:9853–9856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9851}
9852
9853BF_EXPORT void BF_CALLTYPE BfCompiler_ClearResults(BfCompiler* bfCompiler)
9854{
9855 bfCompiler->ClearResults();
9856}
9857
9858BF_EXPORT bool BF_CALLTYPE BfCompiler_ClassifySource(BfCompiler* bfCompiler, BfPassInstance* bfPassInstance, BfResolvePassData* resolvePassData)
9859{

Callers

nothing calls this directly

Calls 1

ClearResultsMethod · 0.45

Tested by

no test coverage detected