Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
270
export
async
function
get() {
271
return
runPromise((svc) => svc.get())
272
}
273
274
export
async
function
pluginOrigins() {
275
return
runPromise((svc) => svc.pluginOrigins())
Callers
5
task.test.ts
File · 0.50
runInWorkspace
Function · 0.50
workspace.ts
File · 0.50
auth.ts
File · 0.50
session.ts
File · 0.50
Calls
2
runPromise
Function · 0.85
get
Method · 0.65
Tested by
no test coverage detected