Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/cookbook
/ dispose
Method
dispose
sdk/coding-agent-cli/src/agent.ts:143–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
141
}
142
143
async
dispose() {
144
await
this.agent[Symbol.asyncDispose]()
145
}
146
147
async
cancelCurrentRun(): Promise<CancelRunResult> {
148
const
run = this.currentRun
Callers
2
runPlainPrompt
Function · 0.95
App
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected