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