Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jackvale/rectg
/ extractDesc
Function
extractDesc
web/build-data.js:36–38 ·
view source on GitHub ↗
(descCell)
Source
from the content-addressed store, hash-verified
34
}
35
36
function
extractDesc(descCell) {
37
return
cleanMarkdownText(descCell.replace(/<!--.*?-->/g,
''
).trim());
38
}
39
40
function
getTelegramParts(url) {
41
const
trimmed = (url ||
''
).trim();
Callers
1
parseTableRow
Function · 0.85
Calls
1
cleanMarkdownText
Function · 0.85
Tested by
no test coverage detected