MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / if

Function if

examples/server/json.hpp:22814–22817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22812 return lhs.m_value.number_integer op static_cast<number_integer_t>(rhs.m_value.number_unsigned); \
22813 } \
22814 else if(compares_unordered(lhs, rhs))\
22815 {\
22816 return (unordered_result);\
22817 }\
22818 \
22819 return (default_result);
22820

Callers 8

ValidatorClass · 0.85
ConfigClass · 0.85
FormatterBaseClass · 0.85
App_inl.hppFile · 0.85
gtest.hFile · 0.85
size_paddingClass · 0.85
json.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected