Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeRT/NodeRT
/ min
Function
min
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:175–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
174
#ifndef min
175
size_t min(size_t one, size_t two) {
176
if (one < two) {
177
return one;
178
}
179
180
return two;
181
}
182
#endif
183
184
#ifdef WCHART_NOT_BUILTIN_IN_NODE
Callers
1
CaseInsenstiveEquals
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected