Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
addOne = add(1, ?);
// apply from the left
2
addOne(2);
// 3
3
4
const
addTen = add(?, 10);
// apply from the right
Callers
nothing calls this directly
Calls
2
clamp
Function · 0.85
add
Function · 0.50
Tested by
no test coverage detected