Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
calculateDimensions
Method · 0.45
getUnindentTarget
Method · 0.45
calculateDimensions
Method · 0.45
Editor
Class · 0.45
render
Method · 0.45
visitedRangeRight
Method · 0.45
backspace
Method · 0.45
multiselect.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected