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

Function getIntMin

include/sonic/dom/genericnode.h:1060–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058 return std::numeric_limits<int>::max();
1059 }
1060 sonic_force_inline int64_t getIntMin() const {
1061 return std::numeric_limits<int>::min();
1062 }
1063 sonic_force_inline int64_t getInt64Max() const {
1064 return std::numeric_limits<int64_t>::max();
1065 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected