Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ operator+
Function
operator+
tests/TestExtra.cpp:161–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
\r\n\
160
matrix m = matrix(4, 4);\r\n\
161
m[1][3] = 4;\r\n\
162
\r\n\
163
int operator+(float a, int n){ return int(a) + n; }\r\n\
164
\r\n\
165
int min(int a, b){ return a < b ? a : b; }\r\n\
166
int ref rsize = new int;\r\n\
Callers
nothing calls this directly
Calls
1
min
Function · 0.85
Tested by
no test coverage detected