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