MCPcopy
hub / github.com/bower/bower / initialize

Function initialize

test/core/resolveCache.js:61–69  ·  view source on GitHub ↗
(cacheDir)

Source from the content-addressed store, hash-verified

59 });
60
61 function initialize(cacheDir) {
62 return new ResolveCache(
63 defaultConfig({
64 storage: {
65 packages: cacheDir
66 }
67 })
68 );
69 }
70
71 it("should create the cache folder if it doesn't exists", function() {
72 initialize(tempPackage);

Callers 1

resolveCache.jsFile · 0.85

Calls 1

defaultConfigFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…