MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / sum4

Function sum4

runtime/PerfHelper.cc:46–48  ·  view source on GitHub ↗

See documentation in PerfHelper.h

Source from the content-addressed store, hash-verified

44
45// See documentation in PerfHelper.h
46int sum4(int a, int b, int c, int d) {
47 return a + b + c + d;
48}
49
50// See documentation in PerfHelper.h
51int va_argSum(int count, ...)

Callers 1

aggregate_customFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected