Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GrapesJS/grapesjs
/ get
Method
get
packages/core/src/abstract/ModuleCategories.ts:34–36 ·
view source on GitHub ↗
(id: string | Category)
Source
from the content-addressed store, hash-verified
32
}
33
34
get(id: string | Category) {
35
return
super.get(isString(id) ? normalizeKey(id) : id);
36
}
37
}
38
39
Categories.prototype.model = Category;
Callers
11
attributes
Method · 0.45
updateVisibility
Method · 0.45
toggle
Method · 0.45
render
Method · 0.45
initCategory
Function · 0.45
getId
Method · 0.45
getLabel
Method · 0.45
getItemsByCategory
Function · 0.45
add
Function · 0.45
getAllMap
Function · 0.45
__remove
Function · 0.45
Calls
2
normalizeKey
Function · 0.90
isString
Function · 0.50
Tested by
no test coverage detected