Function
start
(input: { sdk: OpencodeClient; connection: Connection; session: ACPSession.Interface })
Source from the content-addressed store, hash-verified
| 31 | } |
| 32 | |
| 33 | export function start(input: { sdk: OpencodeClient; connection: Connection; session: ACPSession.Interface }) { |
| 34 | const subscription = new Subscription(input) |
| 35 | subscription.start() |
| 36 | return subscription |
| 37 | } |
| 38 | |
| 39 | export class Subscription { |
| 40 | private readonly abort = new AbortController() |
Callers
nothing calls this directly
Tested by
no test coverage detected