Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ String
Method
String
benchmark/rapidjson_sax.hpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
bool String(const char* str, SizeType length, bool copy) {
61
if (terminated()) return false;
62
return true;
63
}
64
65
// Irrelevant events
66
bool Null() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected