Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/editablejs/editable
/ getState
Function
getState
packages/ui/src/switch.tsx:171–173 ·
view source on GitHub ↗
(checked: boolean)
Source
from the content-addressed store, hash-verified
169
}
170
171
function getState(checked: boolean) {
172
return checked ?
'checked'
:
'unchecked'
173
}
174
175
export {
176
//
Callers
1
switch.tsx
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…