Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ AddDependent
Method
AddDependent
example/serialize/serialize.cpp:123–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void AddDependent(const Dependent& dependent) {
124
dependents_.push_back(dependent);
125
}
126
127
template <typename Writer>
128
void Serialize(Writer& writer) const {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected