Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ serializeByValueID
Function
serializeByValueID
packages/react-server/src/ReactFlightServer.js:2664–2666 ·
view source on GitHub ↗
(id: number)
Source
from the content-addressed store, hash-verified
2662
}
2663
2664
function
serializeByValueID(id: number): string {
2665
return
'$'
+ id.toString(16);
2666
}
2667
2668
function
serializeLazyID(id: number): string {
2669
return
'$L'
+ id.toString(16);
Callers
15
serializeReadableStream
Function · 0.70
progress
Function · 0.70
serializeAsyncIterable
Function · 0.70
renderClientElement
Function · 0.70
outlineTask
Function · 0.70
outlineHaltedTask
Function · 0.70
createTask
Function · 0.70
serializeClientReference
Function · 0.70
serializeDebugClientReference
Function · 0.70
serializeLargeTextString
Function · 0.70
serializeDebugLargeTextString
Function · 0.70
serializeTypedArray
Function · 0.70
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected