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

Method instance

packages/sdk/js/src/v2/gen/sdk.gen.ts:7136–7138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7134
7135 private _instance?: Instance
7136 get instance(): Instance {
7137 return (this._instance ??= new Instance({ client: this.client }))
7138 }
7139
7140 private _path?: Path
7141 get path(): Path {

Callers 15

workspace.test.tsFile · 0.80
index.test.tsFile · 0.80
lifecycle.test.tsFile · 0.80
trigger.test.tsFile · 0.80
auth.test.tsFile · 0.80
worktree.test.tsFile · 0.80
vcs.test.tsFile · 0.80
next.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

httpapiInstanceFunction · 0.64