Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ str_impl
Method
str_impl
benchmark/sonic.hpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
class SonicStringResult : public StringResult<SonicStringResult<NodeType>> {
24
public:
25
std::string_view str_impl() const {
26
return const_cast<sonic_json::WriteBuffer &>(wb).ToString();
27
}
28
sonic_json::WriteBuffer wb;
29
};
30
Callers
nothing calls this directly
Calls
1
ToString
Method · 0.80
Tested by
no test coverage detected