MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / CustomRouterPush

Method CustomRouterPush

apps/web/ui/NavBar/index.tsx:42–42  ·  view source on GitHub ↗
({ path }: { path: string })

Source from the content-addressed store, hash-verified

40 getHomeUrl: (community: SerializedAccount) => string;
41 api: ApiClient;
42 CustomRouterPush({ path }: { path: string }): void;
43 notify: (body: string, href: string) => void;
44 onJoinChannel(channel: SerializedChannel): void;
45 onLeaveChannel(channel: SerializedChannel): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected