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