Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ serializeRowHeader
Function
serializeRowHeader
packages/react-server/src/ReactFlightServer.js:2740–2742 ·
view source on GitHub ↗
(tag: string, id: number)
Source
from the content-addressed store, hash-verified
2738
}
2739
2740
function
serializeRowHeader(tag: string, id: number) {
2741
return
id.toString(16) +
':'
+ tag;
2742
}
2743
2744
function
encodeReferenceChunk(
2745
request: Request,
Callers
5
emitPostponeChunk
Function · 0.85
emitErrorChunk
Function · 0.85
emitImportChunk
Function · 0.85
emitDebugChunk
Function · 0.85
emitTimingChunk
Function · 0.85
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected