Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nadbm/react-datasheet
/ isEmpty
Function
isEmpty
src/DataSheet.js:12–12 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
10
LEFT_KEY, UP_KEY, DOWN_KEY, RIGHT_KEY } from
'./keys'
11
12
const
isEmpty = (obj) => Object.keys(obj).length === 0
13
14
const
range = (start, end) => {
15
const
array = []
Callers
9
handleCut
Function · 0.70
handleCopy
Function · 0.70
handlePaste
Function · 0.70
handleKeyboardCellMovement
Function · 0.70
handleKey
Function · 0.70
handleComponentKey
Function · 0.70
onMouseDown
Function · 0.70
onMouseOver
Function · 0.70
componentDidUpdate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected