MCPcopy
hub / github.com/postcss/postcss / consumer

Method consumer

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

Source from the content-addressed store, hash-verified

30 }
31
32 consumer() {
33 if (!this.consumerCache) {
34 this.consumerCache = new SourceMapConsumer(this.json || this.text)
35 }
36 return this.consumerCache
37 }
38
39 decodeInline(text) {
40 let baseCharsetUri = /^data:application\/json;charset=utf-?8;base64,/

Callers 8

constructorMethod · 0.95
withContentMethod · 0.95
readFunction · 0.95
mapResolveMethod · 0.80
originMethod · 0.80
applyPrevMapsMethod · 0.80
generateMapMethod · 0.80

Calls

no outgoing calls

Tested by 1

readFunction · 0.76