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

Method GetRootMixinState

IDEHelper/Compiler/BfModule.h:1237–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235 }
1236
1237 BfMixinState* GetRootMixinState()
1238 {
1239 BfMixinState* mixinState = mMixinState;
1240 while ((mixinState != NULL) && (mixinState->mPrevMixinState != NULL))
1241 {
1242 mixinState = mixinState->mPrevMixinState;
1243 }
1244 return mixinState;
1245 }
1246
1247 BfAstNode* GetRootMixinSource()
1248 {

Callers 1

FailMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected