Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishal-raj-1/Awesome-JavaScript-Projects
/ restoreLocal
Function
restoreLocal
assets/js/libraryapp.js:82–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
const
restoreLocal = () => {
83
myLibrary = JSON.parse(localStorage.getItem(
"myLibrary"
) ||
"[]"
);
84
displayBooks();
85
}
86
restoreLocal();
Callers
1
libraryapp.js
File · 0.85
Calls
1
displayBooks
Function · 0.85
Tested by
no test coverage detected