Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ setData
Function
setData
Facemash/js_fm.js:166–168 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
165
// storing data to local storage
166
function
setData() {
167
localStorage.setItem(
'pointsDict'
, JSON.stringify(pointsDict));
168
}
169
170
// getting data from local storage, if present
171
function
getData() {
Callers
4
getData
Function · 0.85
js_fm.js
File · 0.85
App
Function · 0.85
App.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected