Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
const
textOf = ($, selector) =>
29
$(selector).first().text().replace(/\s+/g,
" "
).trim();
30
31
const
slug = (value) =>
32
value
Callers
1
extractRecords
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected