Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
160
module.exports = PreviousMap
Callers
2
isSourcesContent
Method · 0.80
previous-map.test.ts
File · 0.80
Calls
1
consumer
Method · 0.95
Tested by
no test coverage detected