MCPcopy Index your code
hub / github.com/postcss/postcss / toResult

Method toResult

lib/document.js:17–21  ·  view source on GitHub ↗
(opts = {})

Source from the content-addressed store, hash-verified

15 }
16
17 toResult(opts = {}) {
18 let lazy = new LazyResult(new Processor(), this, opts)
19
20 return lazy.stringify()
21 }
22}
23
24Document.registerLazyResult = dependant => {

Callers

nothing calls this directly

Calls 1

stringifyMethod · 0.95

Tested by

no test coverage detected