Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ parseStrInPlace
Method
parseStrInPlace
include/sonic/dom/parser.h:141–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
template <typename SAX>
141
sonic_force_inline bool parseStrInPlace(SAX &sax) {
142
return sax.String(parseStringHelper());
143
}
144
145
template <typename SAX>
146
sonic_force_inline bool parseKeyInPlace(SAX &sax) {
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected