MCPcopy Create free account
hub / github.com/Rich-Harris/code-red / input.js

File input.js

test/samples/inserted-parameter/input.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export default ({ x }) => {
2 const param = x`bar`;
3
4 return x`function foo(${param}) {

Callers

nothing calls this directly

Calls 1

xFunction · 0.50

Tested by

no test coverage detected