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

Method tipsShown

store.js:89–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 get tipsShown(){
90 let tips = this.read( 'tips' );
91 if (tips == undefined) tips = [ false, false, false, false, false, false ];
92 return tips;
93 }
94
95 set tipShown( index ){
96 const serializedData = localStorage.getItem( Store.namespace );

Callers

nothing calls this directly

Calls 1

readMethod · 0.95

Tested by

no test coverage detected