MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / getIntMax

Function getIntMax

include/sonic/dom/genericnode.h:1057–1059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055 }
1056
1057 sonic_force_inline int64_t getIntMax() const {
1058 return std::numeric_limits<int>::max();
1059 }
1060 sonic_force_inline int64_t getIntMin() const {
1061 return std::numeric_limits<int>::min();
1062 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected