MCPcopy 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
171function getState(checked: boolean) {
172 return checked ? 'checked' : 'unchecked'
173}
174
175export {
176 //

Callers 1

switch.tsxFile · 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…