MCPcopy
hub / github.com/rollup/rollup / c

Function c

test/function/samples/consistent-renaming-e/a.js:3–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { b } from './utils';
2
3function c () { console.log( 'main/c' ); }
4
5export default function a () {
6 return 'EH? ' + b();

Callers

nothing calls this directly

Calls 1

logMethod · 0.80

Tested by

no test coverage detected