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

Function BfCompiler_WriteEmitData

IDEHelper/Compiler/BfCompiler.cpp:11268–11271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11266}
11267
11268BF_EXPORT bool BF_CALLTYPE BfCompiler_WriteEmitData(BfCompiler* bfCompiler, char* filePath, BfProject* project)
11269{
11270 return bfCompiler->WriteEmitData(filePath, project);
11271}

Callers

nothing calls this directly

Calls 1

WriteEmitDataMethod · 0.80

Tested by

no test coverage detected