Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
var
server = connectToServer();
2
3
var
formatDecimal = unboundMethod(
"toFixed"
)( 2 );
4
var
formatPrice = pipe( formatDecimal, formatCurrency );
Callers
nothing calls this directly
Calls
5
connectToServer
Function · 0.85
unboundMethod
Function · 0.85
curry
Function · 0.85
uncurry
Function · 0.85
spreadArgs
Function · 0.85
Tested by
no test coverage detected