MCPcopy Index your code
hub / github.com/purifycss/purifycss / beginReading

Method beginReading

src/CssTreeWalker.js:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 beginReading() {
18 this.ast = rework(this.startingSource).use(this.readPlugin.bind(this))
19 }
20
21 readPlugin(tree) {
22 this.readRules(tree.rules)

Callers 3

purifyFunction · 0.95
purifyFunction · 0.95
purifyFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected