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

Function get

packages/opencode/src/config/tui.ts:270–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268}
269
270export async function get() {
271 return runPromise((svc) => svc.get())
272}
273
274export async function pluginOrigins() {
275 return runPromise((svc) => svc.pluginOrigins())

Callers 5

task.test.tsFile · 0.50
runInWorkspaceFunction · 0.50
workspace.tsFile · 0.50
auth.tsFile · 0.50
session.tsFile · 0.50

Calls 2

runPromiseFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected