Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wisembly/basil.js
/ _fromStoredValue
Function
_fromStoredValue
src/basil.js:107–109 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
105
return
JSON.stringify(value);
106
},
107
_fromStoredValue =
function
(value) {
108
return
value ? JSON.parse(value) : null;
109
};
110
111
// HTML5 web storage interface
112
var
webStorageInterface = {
Callers
1
basil.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected