MCPcopy
hub / github.com/prettier/prettier / test.js

File test.js

tests/format/js/partial-application/test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const addOne = add(1, ?); // apply from the left
2addOne(2); // 3
3
4const addTen = add(?, 10); // apply from the right

Callers

nothing calls this directly

Calls 2

clampFunction · 0.85
addFunction · 0.50

Tested by

no test coverage detected