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

Function serializeIteratorID

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

Source from the content-addressed store, hash-verified

162}
163
164function serializeIteratorID(id: number): string {
165 return '$i' + id.toString(16);
166}
167
168function escapeStringValue(value: string): string {
169 if (value[0] === '$') {

Callers 1

resolveToJSONFunction · 0.85

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected