MCPcopy Create free account
hub / github.com/dailydotdev/apps / back

Method back

packages/extension/src/lib/CustomRouter.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 asPath = '/';
11
12 back(): void {
13 window.history.back();
14 }
15
16 forward(): void {
17 window.history.forward();

Callers 11

FeedSettingsCreateFunction · 0.80
onRequestCloseFunction · 0.80
useFeedSettingsEditFunction · 0.80
useFunnelNavigationFunction · 0.80
WritePostContextProviderFunction · 0.80
ModerateSquadPageFunction · 0.80
PageFunction · 0.80
handleBackFunction · 0.80
handleCancelFunction · 0.80
PostAnalyticsPageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected