Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ prettify_impl
Method
prettify_impl
benchmark/sonic.hpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
bool prettify_impl(SonicStringResult<NodeType> &sr) const {
53
(void)sr;
54
return false;
55
}
56
57
bool stat_impl(DocStat &stat) const {
58
GetStats(doc, stat);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected