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

Function message

packages/core/src/integration.ts:317–320  ·  view source on GitHub ↗
(cause: Cause.Cause<unknown>)

Source from the content-addressed store, hash-verified

315 Scope.close(attemptScope, Exit.void).pipe(Effect.forkIn(scope, { startImmediately: true }), Effect.asVoid)
316
317 const message = (cause: Cause.Cause<unknown>) => {
318 const error = Cause.squash(cause)
319 return error instanceof Error ? error.message : String(error)
320 }
321
322 const settle = Effect.fnUntraced(function* (attemptID: AttemptID, exit: Exit.Exit<Credential.OAuth, unknown>) {
323 const now = yield* Clock.currentTimeMillis

Callers 1

integration.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected