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

Method GetBeMetadata

IDEHelper/Backend/BeIRCodeGen.cpp:3786–3791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3784}
3785
3786BeMDNode* BeIRCodeGen::GetBeMetadata(int id)
3787{
3788 auto& result = mResults[id];
3789 BF_ASSERT(result.mKind == BeIRCodeGenEntryKind_Metadata);
3790 return result.mBeMetadata;
3791}
3792
3793BeType* BeIRCodeGen::GetBeTypeById(int id)
3794{

Callers 1

ToStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected