Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ min
Function
min
extern/glfw/src/wl_init.c:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
44
static inline int min(int n1, int n2)
45
{
46
return n1 < n2 ? n1 : n2;
47
}
48
49
static _GLFWwindow* findWindowFromDecorationSurface(struct wl_surface* surface,
50
int* which)
Callers
10
distance
Method · 0.85
setTarget
Method · 0.85
getProgramPath
Method · 0.85
cxx_std
Method · 0.85
registryHandleGlobal
Function · 0.85
imguiNumericParameter
Method · 0.85
createNumericParameter
Method · 0.85
createRealParameter
Method · 0.85
updateTimeStepSizeCFL
Method · 0.85
render
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected