Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postcss/postcss
/ toResult
Method
toResult
lib/root.js:44–47 ·
view source on GitHub ↗
(opts = {})
Source
from the content-addressed store, hash-verified
42
}
43
44
toResult(opts = {}) {
45
let
lazy =
new
LazyResult(
new
Processor(), this, opts)
46
return
lazy.stringify()
47
}
48
}
49
50
Root.registerLazyResult = dependant => {
Callers
5
map.test.ts
File · 0.45
root.test.ts
File · 0.45
integration.js
File · 0.45
parse.test.ts
File · 0.45
document.test.ts
File · 0.45
Calls
1
stringify
Method · 0.95
Tested by
no test coverage detected