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

Method Top

include/sonic/writebuffer.h:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 */
107 template <typename T>
108 sonic_force_inline const T* Top() const {
109 return stack_.template Top<T>();
110 }
111 template <typename T>
112 sonic_force_inline T* Top() {
113 return stack_.template Top<T>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected