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

Method Double

test/native/tests/marshalling/native/ctx.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3ctx::ctx() : number(7) {}
4
5int ctx::Double() {
6 return number * 2;
7}
8
9ctx* ctx::create() {
10 return new ctx();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected