MCPcopy
hub / github.com/getify/Functional-Light-JS / stock-ticker-events.js

File stock-ticker-events.js

ch11-code/stock-ticker-events.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var server = connectToServer();
2
3var formatDecimal = unboundMethod( "toFixed" )( 2 );
4var formatPrice = pipe( formatDecimal, formatCurrency );

Callers

nothing calls this directly

Calls 5

connectToServerFunction · 0.85
unboundMethodFunction · 0.85
curryFunction · 0.85
uncurryFunction · 0.85
spreadArgsFunction · 0.85

Tested by

no test coverage detected