MCPcopy Index your code
hub / github.com/NikLever/ThreeJS-PathEditor / read

Method read

store.js:32–36  ·  view source on GitHub ↗
( key )

Source from the content-addressed store, hash-verified

30 }
31
32 read( key ) {
33 const serializedData = localStorage.getItem( Store.namespace );
34 const data = JSON.parse(serializedData);
35 return data ? data[key] : undefined;
36 }
37
38 delete( key ){
39 const serializedData = localStorage.getItem( Store.namespace );

Callers 6

copyMethod · 0.95
activePathMethod · 0.95
tipsShownMethod · 0.95
constructorMethod · 0.80
updatePathNamesGUIMethod · 0.80
loadPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected