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

Method Push5_8

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

faster api for push 5 ~ 8 bytes.

Source from the content-addressed store, hash-verified

97
98 // faster api for push 5 ~ 8 bytes.
99 sonic_force_inline void Push5_8(const char* bytes8, size_t n) {
100 stack_.Push5_8(bytes8, n);
101 }
102
103 /**
104 * @brief Get the top value in the buffer.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected