MCPcopy
hub / github.com/Snailclimb/JavaGuide / textOf

Function textOf

scripts/docsearch-index.mjs:28–29  ·  view source on GitHub ↗
($, selector)

Source from the content-addressed store, hash-verified

26};
27
28const textOf = ($, selector) =>
29 $(selector).first().text().replace(/\s+/g, " ").trim();
30
31const slug = (value) =>
32 value

Callers 1

extractRecordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected