Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
static uint64_t s_count = 0;
41
42
inline void plus_inline(uint64_t inc) {
43
s_count += inc;
44
}
45
46
int main(int argc, char** argv) {
47
init(argc, argv);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected