Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/codebrowser
/ operator +
Function
operator +
tests/test.cc:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
struct {
156
int m = 5;
157
int operator +(
158
int i) {
159
return i+m;
160
}
161
}foo;
162
163
return foo
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected