Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
ctx::ctx() : number(7) {}
4
5
int ctx::Double() {
6
return number * 2;
7
}
8
9
ctx* ctx::create() {
10
return new ctx();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected