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