Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
use
Method · 0.95
Calls
1
_pluginIndex
Method · 0.95
Tested by
no test coverage detected