MCPcopy
hub / github.com/postcss/postcss / content

Method content

lib/lazy-result.js:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106
107class LazyResult {
108 get content() {
109 return this.stringify().content
110 }
111
112 get css() {
113 return this.stringify().css

Callers

nothing calls this directly

Calls 1

stringifyMethod · 0.95

Tested by

no test coverage detected