MCPcopy Create free account
hub / github.com/jsbin/jsbin / extendFn

Function extendFn

public/js/processors/processor.js:15–17  ·  view source on GitHub ↗
(fn, obj)

Source from the content-addressed store, hash-verified

13 * Add properties to a function using underscore
14 */
15 var extendFn = function (fn, obj) {
16 return $.extend(fn, obj);
17 };
18
19 var passthrough = function (ready) { return ready(); };
20 var defaultProcessor = function (source, resolve, reject) {

Callers 2

loadProcessorFunction · 0.85
createProcessorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected