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

Function serializeMapID

packages/react-client/src/ReactFlightReplyClient.js:152–154  ·  packages/react-client/src/ReactFlightReplyClient.js::serializeMapID
(id: number)

Source from the content-addressed store, hash-verified

150}
151
152function serializeMapID(id: number): string {
153 return class="st">'$Q' + id.toString(16);
154}
155
156function serializeSetID(id: number): string {
157 return class="st">'$W' + id.toString(16);

Callers 1

resolveToJSONFunction · 0.85

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected