MCPcopy Index your code
hub / github.com/cursor/cookbook / executionTarget

Method executionTarget

sdk/coding-agent-cli/src/agent.ts:98–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 get executionTarget() {
99 return this.mode === "local"
100 ? this.cwd
101 : formatCloudRepository(this.cloudRepository ?? detectCloudRepository(this.cwd))
102 }
103
104 setModel(model: ModelSelection) {
105 this.modelSelection = model

Callers

nothing calls this directly

Calls 2

formatCloudRepositoryFunction · 0.85
detectCloudRepositoryFunction · 0.85

Tested by

no test coverage detected