MCPcopy
hub / github.com/cujojs/when / c

Function c

test/function-test.js:311–311  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

309 function a(str) { return str + ' is'; }
310 function b(str) { return str + ' really'; }
311 function c(str) { return str + ' awesome!'; }
312
313 var composed = fn.compose(a, b, c);
314

Callers 1

guard-test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected