MCPcopy 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().
39uint64_t
40plusOne(uint64_t x)
41{
42 return x + 1;
43}
44
45// See documentation in PerfHelper.h
46int sum4(int a, int b, int c, int d) {

Callers 1

functionCallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected