MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / setContinuePos

Method setContinuePos

src/hx/cppia/CppiaCompiler.cpp:380–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378 }
379
380 LabelId setContinuePos(LabelId inNewPos) HXCPP_OVERRIDE
381 {
382 LabelId oldPos = continuePos;
383 continuePos = inNewPos;
384 return oldPos;
385 }
386
387 void addContinue() HXCPP_OVERRIDE
388 {

Callers 1

genCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected