Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/clientIO/joint
/ clear
Method
clear
packages/joint-core/src/util/utilHelpers.mjs:1846–1849 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1844
}
1845
1846
clear() {
1847
this.__data__ = Object.create(null);
1848
this.size = 0;
1849
}
1850
1851
delete(key) {
1852
const
result = this.has(key) && delete this.__data__[key];
Callers
11
constructor
Method · 0.95
destroy
Function · 0.45
clear
Function · 0.45
destroy
Function · 0.45
createStoreData
Function · 0.45
basic.js
File · 0.45
graph.js
File · 0.45
mvc.model.js
File · 0.45
utilHelpers.js
File · 0.45
Paper.js
File · 0.45
puzzle.js
File · 0.45
Calls
1
create
Method · 0.45
Tested by
no test coverage detected