MCPcopy
hub / github.com/browserify/browserify / add

Function add

bin/args.js:177–180  ·  view source on GitHub ↗
(x, opts)

Source from the content-addressed store, hash-verified

175 else add(x, {});
176
177 function add (x, opts) {
178 if (/^[\/.]/.test(x)) b.external(path.resolve(x), opts)
179 else b.external(x, opts)
180 }
181 })
182 ;
183

Callers 1

args.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected