Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
export
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.ts
File · 0.80
pty.ts
File · 0.80
pty.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected