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

Method GetLocalStartIdx

IDEHelper/Compiler/BfModule.h:1302–1307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1300 void Reset();
1301
1302 int GetLocalStartIdx()
1303 {
1304 if (mMixinState != NULL)
1305 return mMixinState->mLocalsStartIdx;
1306 return 0;
1307 }
1308
1309 bool IsTemporary()
1310 {

Callers 2

CheckVariableDefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected