MCPcopy
hub / github.com/CesiumGS/cesium / removeAll

Method removeAll

packages/engine/Source/Core/AssociativeArray.js:124–130  ·  view source on GitHub ↗

* Clears the collection.

()

Source from the content-addressed store, hash-verified

122 * Clears the collection.
123 */
124 removeAll() {
125 const array = this._array;
126 if (array.length > 0) {
127 this._hash = {};
128 array.length = 0;
129 }
130 }
131}
132
133export default AssociativeArray;

Callers 15

updateCVFunction · 0.80
debugDrawFunction · 0.80
Scene.jsFile · 0.80
LabelCollection.jsFile · 0.80
CreditDisplay.jsFile · 0.80
updateTileDebugLabelsFunction · 0.80
ModelStatistics.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected