Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prettier/prettier
/ ramda_pipe.js
File
ramda_pipe.js
tests/format/js/functional-composition/ramda_pipe.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
f = R.pipe(Math.pow, R.negate, R.inc);
2
3
f(3, 4);
// -(3^4) + 1
4
Callers
nothing calls this directly
Calls
3
compose
Method · 0.80
f
Function · 0.50
get
Function · 0.50
Tested by
no test coverage detected