MCPcopy
hub / github.com/anomalyco/opencode / default

Method default

packages/plugin/src/v2/effect/agent.ts:7–7  ·  view source on GitHub ↗
(id: string | undefined)

Source from the content-addressed store, hash-verified

5 list(): readonly AgentV2Info[]
6 get(id: string): AgentV2Info | undefined
7 default(id: string | undefined): void
8 update(id: string, update: (agent: AgentV2Info) => void): void
9 remove(id: string): void
10}

Callers 15

types.tsFile · 0.80
data.test.tsxFile · 0.80
catalog.test.tsFile · 0.80
agentHostFunction · 0.80
provider.test.tsFile · 0.80
workspace.sql.tsFile · 0.80
host.tsFile · 0.80
sql.tsFile · 0.80
model.tsFile · 0.80
agent.tsFile · 0.80
provideFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected