Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ in_range
Function
in_range
python-package/compile/src/io/json11.cpp:339–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
static inline bool in_range(long x, long lower, long upper) {
340
return (x >= lower && x <= upper);
341
}
342
343
namespace {
344
/* JsonParser
Callers
2
parse_string
Method · 0.70
parse_number
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected