MCPcopy
hub / github.com/postcss/postcss / get

Function get

lib/postcss.js:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 let cache
58 Object.defineProperty(creator, 'postcss', {
59 get() {
60 if (!cache) cache = creator()
61 return cache
62 }
63 })
64
65 creator.process = function (css, processOpts, pluginOpts) {

Callers

nothing calls this directly

Calls 1

creatorFunction · 0.85

Tested by

no test coverage detected