Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TanStack/ai
/ dispose
Method
dispose
packages/ai-isolate-node/src/isolate-context.ts:82–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
dispose(): Promise<void> {
83
if
(!this.disposed) {
84
this.disposed = true
85
this.context.release()
86
this.isolate.dispose()
87
}
88
return
Promise.resolve()
89
}
90
}
Callers
3
isolate-driver.test.ts
File · 0.45
runInIsolate
Function · 0.45
escape-attempts.test.ts
File · 0.45
Calls
1
resolve
Method · 0.80
Tested by
1
runInIsolate
Function · 0.36