MCPcopy Index your code
hub / github.com/Maps4HTML/MapML.js / isFirst

Method isFirst

src/map-tile.js:158–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157 }
158 isFirst() {
159 return !this._parentEl._layerRegistry.has(this.position);
160 }
161 getPrevious() {
162 // Check if this is the first element of a sequence
163 if (this.isFirst()) {

Callers 2

getPreviousMethod · 0.95
_createOrGetTileLayerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected