MCPcopy Create free account
hub / github.com/breck7/scroll / removeStumpParticle

Method removeStumpParticle

external/.scrollLibs.js:22800–22803  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22798 return this.removeStumpParticle()
22799 }
22800 removeStumpParticle() {
22801 this.getShadow().removeShadow()
22802 return this.destroy()
22803 }
22804 getParticleByGuid(guid) {
22805 return this.topDownArray.find(particle => particle._getUid() === guid)
22806 }

Callers 4

dragleaveHandlerMethod · 0.80
dropHandlerMethod · 0.80
_removeHtmlMethod · 0.80

Calls 3

getShadowMethod · 0.95
destroyMethod · 0.80
removeShadowMethod · 0.45

Tested by

no test coverage detected