MCPcopy Create free account
hub / github.com/anomalyco/opencode / issue

Method issue

packages/core/src/pty/ticket.ts:21–21  ·  view source on GitHub ↗
(input: Scope)

Source from the content-addressed store, hash-verified

19
20export interface Interface {
21 issue(input: Scope): Effect.Effect<typeof ConnectToken.Type>
22 consume(input: Scope & { readonly ticket: string }): Effect.Effect<boolean>
23}
24

Callers 3

ticket.test.tsFile · 0.80
pty.tsFile · 0.80
pty.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected