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

Function BfSystem_CreatePassInstance

IDEHelper/Compiler/BfSystem.cpp:4430–4433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4428}
4429
4430BF_EXPORT BfPassInstance* BF_CALLTYPE BfSystem_CreatePassInstance(BfSystem* bfSystem)
4431{
4432 return new BfPassInstance(bfSystem);
4433}
4434
4435BF_EXPORT void BF_CALLTYPE BfSystem_RemoveDeletedParsers(BfSystem* bfSystem)
4436{

Callers 2

PrepareCompilerMethod · 0.85
CompileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected