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

Method file

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

Source from the content-addressed store, hash-verified

7129
7130 private _file?: File
7131 get file(): File {
7132 return (this._file ??= new File({ client: this.client }))
7133 }
7134
7135 private _instance?: Instance
7136 get instance(): Instance {

Callers 15

bundleInputsFunction · 0.80
publish.tsFile · 0.80
htmlFunction · 0.80
html.test.tsFile · 0.80
readFunction · 0.80
prepare.tsFile · 0.80
readFunction · 0.80
signFunction · 0.80
update-limits.tsFile · 0.80
promote-models.tsFile · 0.80
update-models.tsFile · 0.80

Calls

no outgoing calls

Tested by 6

bundleInputsFunction · 0.64
htmlFunction · 0.64
loadFunction · 0.64
loadFunction · 0.64
fetchFunction · 0.64
bundleInputsFunction · 0.64