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

Function computeText

packages/react-noop-renderer/src/createReactNoop.js:302–304  ·  view source on GitHub ↗
(rawText, hostContext)

Source from the content-addressed store, hash-verified

300 }
301
302 function computeText(rawText, hostContext) {
303 return hostContext === UPPERCASE_CONTEXT ? rawText.toUpperCase() : rawText;
304 }
305
306 type SuspenseyThingRecord = {
307 status: 'pending' | 'fulfilled',

Callers 4

cloneInstanceFunction · 0.85
createInstanceFunction · 0.85
commitUpdateFunction · 0.85
commitTextUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected