MCPcopy
hub / github.com/localForage/localForage / setCommonOpts

Function setCommonOpts

test/test.api.js:1755–1759  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

1753 this.timeout(80000);
1754
1755 function setCommonOpts(opts) {
1756 opts.driver = driverName;
1757 opts.size = 1024;
1758 return opts;
1759 }
1760
1761 var dropStoreDbName = 'dropStoreDb';
1762

Callers 1

test.api.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…