MCPcopy Create free account
hub / github.com/editablejs/editable / getCheckedState

Function getCheckedState

packages/ui/src/menu.tsx:932–934  ·  view source on GitHub ↗
(checked: boolean)

Source from the content-addressed store, hash-verified

930}
931
932function getCheckedState(checked: boolean) {
933 return checked ? 'checked' : 'unchecked'
934}
935
936/**
937 * Wraps an array around itself at a given start index

Callers 1

menu.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…