MCPcopy Create free account
hub / github.com/Maps4HTML/MapML.js / contains

Method contains

src/mapml/utils/DOMTokenList.js:51–53  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

49 }
50
51 contains(token) {
52 return this.domtokenlist.contains(token);
53 }
54
55 // Modified default behavior
56 add(token) {

Calls

no outgoing calls

Tested by

no test coverage detected