Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/clientIO/joint
/ create
Method
create
packages/joint-core/src/mvc/Data.mjs:12–15 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
10
}
11
12
create(obj) {
13
if
(!this.has(obj)) this.map.set(obj, Object.create(null));
14
return
this.get(obj);
15
}
16
17
get(obj, key) {
18
if
(!this.has(obj))
return
undefined;
Callers
11
set
Method · 0.95
utilHelpers.js
File · 0.45
V
Function · 0.45
index.mjs
File · 0.45
extend
Function · 0.45
extend
Function · 0.45
Dom.mjs
File · 0.45
events.mjs
File · 0.45
initCloneObject
Function · 0.45
clear
Method · 0.45
index.js
File · 0.45
Calls
3
has
Method · 0.95
get
Method · 0.95
set
Method · 0.45
Tested by
no test coverage detected