Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ serializeSetID
Function
serializeSetID
packages/react-client/src/ReactFlightReplyClient.js:156–158 ·
view source on GitHub ↗
(id: number)
Source
from the content-addressed store, hash-verified
154
}
155
156
function
serializeSetID(id: number): string {
157
return
'$W'
+ id.toString(16);
158
}
159
160
function
serializeBlobID(id: number): string {
161
return
'$B'
+ id.toString(16);
Callers
1
resolveToJSON
Function · 0.85
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected