Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SqliteModernCpp/sqlite_modern_cpp
/ add_integers
Function
add_integers
tests/functions.cc:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
using namespace std;
7
8
int add_integers(int i, int j) {
9
return i+j;
10
}
11
int main()
12
{
13
try
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected