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

Function GetInt64

include/sonic/dom/genericnode.h:358–361  ·  view source on GitHub ↗

* @brief Get int64 data. * @return int64_t */

Source from the content-addressed store, hash-verified

356 * @return int64_t
357 */
358 sonic_force_inline int64_t GetInt64() const noexcept {
359 sonic_assert(IsInt64());
360 return n.i64;
361 }
362 /**
363 * @brief Get uint64 data.
364 * @return uint64_t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected