Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
PlanNodeId deserializePlanNodeId(const folly::dynamic& obj) {
86
return obj[
"id"
].asString();
87
}
88
} // namespace
Callers
1
create
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected