MCPcopy Create free account
hub / github.com/Wisembly/basil.js / basil.js

File basil.js

src/basil.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1(function () {
2 // Basil
3 var Basil = function (options) {
4 return Basil.utils.extend({}, Basil.plugins, new Basil.Storage().init(options));

Callers

nothing calls this directly

Calls 5

_toKeyNameFunction · 0.85
_toStoredKeyFunction · 0.85
_toStoredValueFunction · 0.85
_toStoragesArrayFunction · 0.85
_fromStoredValueFunction · 0.85

Tested by

no test coverage detected