MCPcopy Index your code
hub / github.com/SplootCode/splootcode / isEmpty

Method isEmpty

packages/editor/src/context/selection.ts:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 isEmpty() {
107 return this.state === SelectionState.Empty
108 }
109
110 isCursor() {
111 return this.state === SelectionState.Cursor || this.state === SelectionState.Inserting

Callers 8

calculateDimensionsMethod · 0.45
getUnindentTargetMethod · 0.45
calculateDimensionsMethod · 0.45
EditorClass · 0.45
renderMethod · 0.45
visitedRangeRightMethod · 0.45
backspaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected