MCPcopy 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

findTargetClassNamesFunction · 0.80
submitQueryFunction · 0.80
ProfilePicture.tsxFile · 0.80
codeFunction · 0.80
NotificationsRailPanelFunction · 0.80
normalizeTextFunction · 0.80
PreferenceOptionsFormFunction · 0.80
IntroQuestModalFunction · 0.80
SocialLinksInputFunction · 0.80
SquadHeaderMenuFunction · 0.80
handleChangeFunction · 0.80

Calls

no outgoing calls

Tested by 1

getNormalizedTextFunction · 0.64