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

Method setLineOffset

src/hx/cppia/CppiaCompiler.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 }
266
267 void setLineOffset( int inOffset ) HXCPP_OVERRIDE
268 {
269 lineOffset = inOffset;
270 }
271 int getLineOffset( ) HXCPP_OVERRIDE
272 {
273 return lineOffset;

Callers 1

compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected