Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cfworker/cfworker
/ dispose
Method
dispose
packages/dev/src/cli/test-command.js:74–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
dispose() {
75
this.bundler.dispose();
76
this.testHost.dispose();
77
if
(this.site) {
78
this.site.dispose();
79
}
80
this.kv.dispose();
81
}
82
}
Callers
4
assertBundlesJavaScriptTests
Function · 0.95
assertBundlesTypeScriptTests
Function · 0.95
assertSupportsStaticSiteTests
Function · 0.95
execute
Method · 0.95
Calls
no outgoing calls
Tested by
3
assertBundlesJavaScriptTests
Function · 0.76
assertBundlesTypeScriptTests
Function · 0.76
assertSupportsStaticSiteTests
Function · 0.76