MCPcopy 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}

Calls

no outgoing calls