MCPcopy
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
2740function serializeRowHeader(tag: string, id: number) {
2741 return id.toString(16) + ':' + tag;
2742}
2743
2744function encodeReferenceChunk(
2745 request: Request,

Callers 5

emitPostponeChunkFunction · 0.85
emitErrorChunkFunction · 0.85
emitImportChunkFunction · 0.85
emitDebugChunkFunction · 0.85
emitTimingChunkFunction · 0.85

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected