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

Function deserializePlanNodeId

bolt/core/PlanNode.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 return sources[0];
83}
84
85PlanNodeId deserializePlanNodeId(const folly::dynamic& obj) {
86 return obj["id"].asString();
87}
88} // namespace

Callers 1

createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected