MCPcopy
hub / github.com/postcss/postcss / toProxy

Method toProxy

lib/node.js:432–437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430 }
431
432 toProxy() {
433 if (!this.proxyCache) {
434 this.proxyCache = new Proxy(this, this.getProxyProcessor())
435 }
436 return this.proxyCache
437 }
438
439 toString(stringifier = stringify) {
440 if (stringifier.stringify) stringifier = stringifier.stringify

Callers 4

getMethod · 0.80
getMethod · 0.80
visitTickMethod · 0.80
walkSyncMethod · 0.80

Calls 1

getProxyProcessorMethod · 0.95

Tested by

no test coverage detected