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

Method ContainsPartial

IDEHelper/Compiler/BfSystem.cpp:1013–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011}
1012
1013bool BfTypeDef::ContainsPartial(BfTypeDef* partialTypeDef)
1014{
1015 if (partialTypeDef->mPartialIdx < 0)
1016 return false;
1017 if (partialTypeDef->mPartialIdx >= mPartials.mSize)
1018 return false;
1019 return mPartials[partialTypeDef->mPartialIdx] == partialTypeDef;
1020}
1021
1022bool BfTypeDef::NameEquals(BfTypeDef* otherTypeDef)
1023{

Callers 2

FindTypeDefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected