Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cfworker/cfworker
/ dispose
Method
dispose
packages/dev/src/cli/run-command.js:92–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
dispose() {
93
this.bundler.dispose();
94
this.host.dispose();
95
if
(this.site) {
96
this.site.dispose();
97
}
98
this.kv.dispose();
99
}
100
}
Callers
11
assertBundlesJavaScriptWorker
Function · 0.95
assertBundlesTypeScriptWorker
Function · 0.95
assertRespondsWith503WhenFetchListenerIsNotAdded
Function · 0.95
assertWatchesForChanges
Function · 0.95
assertCanReadRequestCookieHeader
Function · 0.95
assertCanRespondWithSetCookieHeader
Function · 0.95
assertCanReadWriteCache
Function · 0.95
assertCanServeStaticSite
Function · 0.95
assertCanCreateKVNamespace
Function · 0.95
commands.js
File · 0.45
errorHandler
Function · 0.45
Calls
no outgoing calls
Tested by
9
assertBundlesJavaScriptWorker
Function · 0.76
assertBundlesTypeScriptWorker
Function · 0.76
assertRespondsWith503WhenFetchListenerIsNotAdded
Function · 0.76
assertWatchesForChanges
Function · 0.76
assertCanReadRequestCookieHeader
Function · 0.76
assertCanRespondWithSetCookieHeader
Function · 0.76
assertCanReadWriteCache
Function · 0.76
assertCanServeStaticSite
Function · 0.76
assertCanCreateKVNamespace
Function · 0.76