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

Method CustomRouterPush

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

Source from the content-addressed store, hash-verified

22 onJoinChannel(channel: SerializedChannel): void;
23 onLeaveChannel(channel: SerializedChannel): void;
24 CustomRouterPush({ path }: { path: string }): void;
25}
26
27export default function FindChannelModal({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected