Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ stripInner
Function
stripInner
src/tools/web/web-fetch.ts:137–139 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
135
}
136
137
function
stripInner(s: string): string {
138
return
s.replace(/<[^>]+>/g,
''
);
139
}
140
141
function
decodeEntities(s: string): string {
142
return
s
Callers
1
htmlToMarkdown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected