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

Method Clear

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

* @brief Erases all contexts in the buffer. */

Source from the content-addressed store, hash-verified

61 * @brief Erases all contexts in the buffer.
62 */
63 sonic_force_inline void Clear() { stack_.Clear(); }
64
65 /**
66 * @brief Push a value into buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected