Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ sumAndStore
Method
sumAndStore
extern/cloop/src/tests/test1/CppTest.cpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
virtual void sumAndStore(StatusWrapper* status, int n1, int n2)
200
{
201
setMemory(sum(status, n1, n2));
202
}
203
204
private:
205
int memory;
Callers
1
test
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected