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

Method activePath

store.js:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 get activePath(){
78 const key = this.read( 'activePath' );
79 return this.read( key );
80 }
81
82 set activePath( value ){
83 const serializedData = localStorage.getItem( Store.namespace );

Callers

nothing calls this directly

Calls 1

readMethod · 0.95

Tested by

no test coverage detected