Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ ~Stack
Method
~Stack
include/sonic/internal/stack.h:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
rhs.setZero();
33
}
34
~Stack() { std::free(buf_); }
35
Stack& operator=(const Stack&) = delete;
36
Stack& operator=(Stack&& rhs) {
37
std::free(buf_);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected