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

Function activate

packages/app/src/utils/aim.ts:92–95  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

90 }
91
92 const activate = (id: string) => {
93 cancel()
94 props.onActivate(id)
95 }
96
97 const request = (id: string) => {
98 if (!id) return

Callers 1

requestFunction · 0.70

Calls 1

cancelFunction · 0.70

Tested by

no test coverage detected