Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlatformLab/NanoLog
/ plusOne
Function
plusOne
runtime/PerfHelper.cc:39–43 ·
view source on GitHub ↗
Used in functionCall().
Source
from the content-addressed store, hash-verified
37
38
/// Used in functionCall().
39
uint64_t
40
plusOne(uint64_t x)
41
{
42
return x + 1;
43
}
44
45
// See documentation in PerfHelper.h
46
int sum4(int a, int b, int c, int d) {
Callers
1
functionCall
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected