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

Function parseModel

packages/react-noop-renderer/src/ReactNoopFlightClient.js:46–48  ·  view source on GitHub ↗
(response: Response, json)

Source from the content-addressed store, hash-verified

44 return readModule(idx);
45 },
46 parseModel(response: Response, json) {
47 return JSON.parse(json, response._fromJSON);
48 },
49 bindToConsole(methodName, args, badgeName) {
50 return Function.prototype.bind.apply(
51 // eslint-disable-next-line react-internal/no-production-logging

Callers 2

initializeDebugChunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected