MCPcopy
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
156function serializeSetID(id: number): string {
157 return '$W' + id.toString(16);
158}
159
160function serializeBlobID(id: number): string {
161 return '$B' + id.toString(16);

Callers 1

resolveToJSONFunction · 0.85

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected