Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ removeLink
Function
removeLink
deps/v8/test/webkit/resources/standalone-pre.js:26–29 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
24
var
wasPostTestScriptParsed = false;
25
26
function
removeLink(text)
27
{
28
return
text.replace(/<a[^>]*>/g,
""
).replace(/<\/a>/g,
""
);
29
}
30
31
function
description(msg)
32
{
Callers
1
description
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected