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

Method getLineId

src/hx/cppia/CppiaStream.h:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70 }
71 int getLineId()
72 {
73 return binary ? 0 : getInt();
74 }
75 int getFileId()
76 {
77 return binary ? 0 : getInt();

Callers 1

createCppiaExprFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected