MCPcopy 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
339static inline bool in_range(long x, long lower, long upper) {
340 return (x >= lower && x <= upper);
341}
342
343namespace {
344/* JsonParser

Callers 2

parse_stringMethod · 0.70
parse_numberMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected