MCPcopy
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
12const isEmpty = (obj) => Object.keys(obj).length === 0
13
14const range = (start, end) => {
15 const array = []

Callers 9

handleCutFunction · 0.70
handleCopyFunction · 0.70
handlePasteFunction · 0.70
handleKeyFunction · 0.70
handleComponentKeyFunction · 0.70
onMouseDownFunction · 0.70
onMouseOverFunction · 0.70
componentDidUpdateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected