MCPcopy
hub / github.com/postcss/postcss / withContent

Method withContent

lib/previous-map.js:152–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 withContent() {
153 return !!(
154 this.consumer().sourcesContent &&
155 this.consumer().sourcesContent.length > 0
156 )
157 }
158}
159
160module.exports = PreviousMap

Callers 2

isSourcesContentMethod · 0.80

Calls 1

consumerMethod · 0.95

Tested by

no test coverage detected