Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CThreadPool
/ minusBy5
Function
minusBy5
MyFunction.h:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
static float minusBy5(float i) {
18
return i - 5.0f;
19
}
20
21
22
class MyFunction {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected