MCPcopy Create free account
hub / github.com/codecombat/codecombat / destroy

Method destroy

app/views/artisans/BlockTestingView.js:351–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349 }
350
351 destroy () {
352 for (const blocklyWorkspace of this.blocklyWorkspaces) {
353 blocklyWorkspace.dispose()
354 }
355 return super.destroy()
356 }
357 }
358
359 BlockTestingView.initClass()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected