Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dailydotdev/apps
/ replace
Method
replace
packages/extension/src/lib/CustomRouter.ts:60–63 ·
view source on GitHub ↗
(url: Url)
Source
from the content-addressed store, hash-verified
58
}
59
60
async
replace(url: Url): Promise<boolean> {
61
window.location.href = url as string;
62
return
true;
63
}
64
65
route =
'/'
;
66
}
Callers
15
findTargetClassNames
Function · 0.80
submitQuery
Function · 0.80
ProfilePicture.tsx
File · 0.80
code
Function · 0.80
NotificationsRailPanel
Function · 0.80
normalizeText
Function · 0.80
PreferenceOptionsForm
Function · 0.80
OpportunityEditContext.tsx
File · 0.80
IntroQuestModal
Function · 0.80
SocialLinksInput
Function · 0.80
SquadHeaderMenu
Function · 0.80
handleChange
Function · 0.80
Calls
no outgoing calls
Tested by
1
getNormalizedText
Function · 0.64