Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charto/nbind
/ incrementInt
Method
incrementInt
test/PrimitiveMethods.cc:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
static int incrementIntStatic(int x) {return(x+1);}
26
int incrementInt(int x) const {return(x+1);}
27
28
static void incrementStateStatic() {state++;}
29
void incrementState() {state++;}
Callers
1
test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected