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

Function BfCompiler_GetTypeId

IDEHelper/Compiler/BfCompiler.cpp:10682–10685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10680}
10681
10682BF_EXPORT int BF_CALLTYPE BfCompiler_GetTypeId(BfCompiler* bfCompiler, const char* name)
10683{
10684 return bfCompiler->GetTypeId(name);
10685}
10686
10687BF_EXPORT const char* BF_CALLTYPE BfCompiler_GetTypeInfo(BfCompiler* bfCompiler, const char* name)
10688{

Callers

nothing calls this directly

Calls 1

GetTypeIdMethod · 0.45

Tested by

no test coverage detected