Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/drawdb-io/drawdb
/ useTypes
Function
useTypes
src/hooks/useTypes.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
{ TypesContext } from
"../context/TypesContext"
;
3
4
export
default
function
useTypes() {
5
return
useContext(TypesContext);
6
}
Callers
13
WorkSpace
Function · 0.90
ControlPanel
Function · 0.90
Modal
Function · 0.90
Share
Function · 0.90
ImportDiagram
Function · 0.90
Versions
Function · 0.90
SidePanel
Function · 0.90
Issues
Function · 0.90
TypeInfo
Function · 0.90
TypeField
Function · 0.90
TypesTab
Function · 0.90
Searchbar
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected