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