Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ String
Method
String
include/sonic/dom/handler.h:131–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
sonic_force_inline bool Key(StringView s) { return stringImpl(s); }
130
131
sonic_force_inline bool String(StringView s) { return stringImpl(s); }
132
133
sonic_force_inline bool StartObject() noexcept {
134
SONIC_ADD_NODE();
Callers
1
parseStrInPlace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected