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

Function getUintMax

include/sonic/dom/genericnode.h:1066–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
1069
1070 private:
1071 friend NodeType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected