MCPcopy Create free account
hub / github.com/NikLever/ThreeJS-PathEditor / udo

Method udo

store.js:8–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 }
7
8 udo(){
9 const data = this.udoArr.pop();
10 if (data){
11 localStorage.setItem(Store.namespace, data );
12 return true;
13 }
14 return false;
15 }
16
17 write( config, nodes ) {
18 const serializedData = localStorage.getItem( Store.namespace );

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected