MCPcopy Index your code
hub / github.com/postcss/postcss / Once

Function Once

test/node.test.ts:72–74  ·  view source on GitHub ↗
(css, { result })

Source from the content-addressed store, hash-verified

70 let warning: any
71 let warner: Plugin = {
72 Once(css, { result }) {
73 warning = css.first?.warn(result, 'FIRST!')
74 },
75 postcssPlugin: 'warner'
76 }
77

Callers

nothing calls this directly

Calls 1

warnMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…