MCPcopy Index your code
hub / github.com/csscomb/csscomb.js / _pluginAlreadyUsed

Method _pluginAlreadyUsed

src/core.js:374–376  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

372 }
373
374 _pluginAlreadyUsed(name) {
375 return this._pluginIndex(name) !== -1;
376 }
377
378 _pluginIndex(name) {
379 let index = -1;

Callers 1

useMethod · 0.95

Calls 1

_pluginIndexMethod · 0.95

Tested by

no test coverage detected