MCPcopy
hub / github.com/bower/bower / create

Function create

test/core/resolvers/gitResolver.js:35–41  ·  view source on GitHub ↗
(decEndpoint)

Source from the content-addressed store, hash-verified

33 }
34
35 function create(decEndpoint) {
36 if (typeof decEndpoint === 'string') {
37 decEndpoint = { source: decEndpoint };
38 }
39
40 return new GitResolver(decEndpoint, defaultConfig(), logger);
41 }
42
43 describe('misc', function() {
44 it.skip('should error out if git is not installed');

Callers 1

gitResolver.jsFile · 0.70

Calls 1

defaultConfigFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…