MCPcopy
hub / github.com/postcss/postcss / from

Method from

lib/input.js:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32class Input {
33 get from() {
34 return this.file || this.id
35 }
36
37 constructor(css, opts = {}) {
38 if (

Callers 4

fromBase64Function · 0.80
toBase64Method · 0.80
map.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected