MCPcopy Create free account
hub / github.com/Tencent/plato / plus_inline

Function plus_inline

example/function_call.cc:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40static uint64_t s_count = 0;
41
42inline void plus_inline(uint64_t inc) {
43 s_count += inc;
44}
45
46int main(int argc, char** argv) {
47 init(argc, argv);

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected