Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NikLever/ThreeJS-PathEditor
/ constructor
Method
constructor
store.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
static namespace =
"THREEJS-PATH-EDITOR"
;
3
4
constructor(){
5
this.udoArr = [];
6
}
7
8
udo(){
9
const
data = this.udoArr.pop();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected