Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csscomb/csscomb.js
/ useConfig
Method
useConfig
test/core/core_test.js:17–20 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
15
}
16
17
useConfig(name) {
18
let
config = Comb.getConfig(name);
19
this.comb.configure(config);
20
}
21
22
getErrors(filename) {
23
let
input = this.readFile(filename);
Callers
nothing calls this directly
Calls
1
configure
Method · 0.80
Tested by
no test coverage detected