Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charto/nbind
/ incrementInt
Function
incrementInt
test/Functions.cc:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include <string>
6
7
int incrementInt(int x) { return(x + 1); }
8
int decrementInt(int x) { return(x - 1); }
9
10
#include
"nbind/nbind.h"
Callers
1
callAddInt2
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected