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

Method Uint

include/sonic/dom/handler.h:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 sonic_force_inline bool Uint(uint64_t val) noexcept {
112 SONIC_ADD_NODE();
113 new (&st_[np_ - 1]) NodeType(val);
114 return true;
115 }
116
117 sonic_force_inline bool Int(int64_t val) noexcept {
118 SONIC_ADD_NODE();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected