Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
read
Method · 0.95
Tested by
no test coverage detected