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

Method Begin

include/sonic/writebuffer.h:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 */
147 template <typename T>
148 sonic_force_inline T* Begin() {
149 return stack_.template Begin<T>();
150 }
151 template <typename T>
152 sonic_force_inline const T* Begin() const {
153 return stack_.template Begin<T>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected