Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ SHORT_LT
Function
SHORT_LT
numpy/core/src/npysort/npysort_common.h:68–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
68
static inline int
69
SHORT_LT(npy_short a, npy_short b)
70
{
71
return a < b;
72
}
73
74
75
static inline int
Callers
1
less
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected