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

Method isFirst

src/map-feature.js:300–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 this._setUpEvents();
299 }
300 isFirst() {
301 return !this._parentEl._layerRegistry.has(this.position);
302 }
303 getPrevious() {
304 // Check if this is the first element of a sequence
305 if (this.isFirst()) {

Callers 2

getPreviousMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected