MCPcopy
hub / github.com/facebook/react / serializeBlobID

Function serializeBlobID

packages/react-client/src/ReactFlightReplyClient.js:160–162  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

158}
159
160function serializeBlobID(id: number): string {
161 return '$B' + id.toString(16);
162}
163
164function serializeIteratorID(id: number): string {
165 return '$i' + id.toString(16);

Callers 1

resolveToJSONFunction · 0.85

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected