MCPcopy Index your code
hub / github.com/adobe/react-spectrum / getHeadingText

Function getHeadingText

scripts/getCommitsForTesting.mjs:230–235  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

228}
229
230function getHeadingText(node) {
231 return node.children
232 .map(child => child.value || '')
233 .join('')
234 .trim();
235}
236
237function extractTestInstructions(contents) {
238 if (!contents) {

Callers 1

extractTestInstructionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected