Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dethcrypto/dethcode
/ toDethNet
Function
toDethNet
packages/bookmarklet/bookmarklet.ts:7–9 ·
view source on GitHub ↗
(href: string)
Source
from the content-addressed store, hash-verified
5
* - Paste it into the readme or test it in your browser
6
*/
7
export
function
toDethNet(href: string): string {
8
return
href.replace(/\.\w+(\/)/,
".deth.net/"
);
9
}
Callers
1
bookmarklet.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected