MCPcopy
hub / github.com/rollup/rollup / a

Method a

test/form/samples/side-effects-static-methods/_expected.js:2–2  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1class Effect {
2 static a() { log(); }
3}
4Effect.a();
5

Callers 1

_expected.jsFile · 0.45

Calls 1

logFunction · 0.50

Tested by

no test coverage detected