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