MCPcopy Create free account
hub / github.com/charto/nbind / incrementIntStatic

Method incrementIntStatic

test/PrimitiveMethods.cc:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 bool negate(bool x) const {return(!x);}
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++;}

Callers 2

test.tsFile · 0.80
test-v8.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected