MCPcopy Create free account
hub / github.com/bytedance/bolt / deserializeChildTypes

Function deserializeChildTypes

bolt/type/Type.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167namespace {
168std::vector<TypePtr> deserializeChildTypes(const folly::dynamic& obj) {
169 return bolt::ISerializable::deserialize<std::vector<Type>>(obj["cTypes"]);
170}
171} // namespace
172
173TypePtr Type::create(const folly::dynamic& obj) {

Callers 1

createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected