MCPcopy Index your code
hub / github.com/anomalyco/opencode / path

Method path

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

Source from the content-addressed store, hash-verified

7139
7140 private _path?: Path
7141 get path(): Path {
7142 return (this._path ??= new Path({ client: this.client }))
7143 }
7144
7145 private _vcs?: Vcs
7146 get vcs(): Vcs {

Callers 15

tutorial.tsFile · 0.80
endpoint.test.tsFile · 0.80
adapter.test.tsFile · 0.80
openrouter.tsFile · 0.80
openai-chat.tsFile · 0.80
gemini.tsFile · 0.80
DialogMoveSessionFunction · 0.80
openFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected