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

Function getInt64Max

include/sonic/dom/genericnode.h:1063–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
1066 sonic_force_inline uint64_t getUintMax() const {
1067 return std::numeric_limits<unsigned int>::max();
1068 }

Callers 1

IsInt64Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected