MCPcopy Index your code
hub / github.com/coderoad/coderoad-vscode / Channel

Interface Channel

src/channel.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import * as hooks from './services/hooks'
9
10interface Channel {
11 receive(action: T.Action): Promise<void>
12}
13
14class Channel implements Channel {
15 public context: Context

Callers

nothing calls this directly

Implementers 1

Channelsrc/channel.ts

Calls

no outgoing calls

Tested by

no test coverage detected