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

Method End

include/sonic/writebuffer.h:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 */
134 template <typename T>
135 sonic_force_inline T* End() {
136 return stack_.template End<T>();
137 }
138 template <typename T>
139 sonic_force_inline const T* End() const {
140 return stack_.template End<T>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected