MCPcopy
hub / github.com/dabbott/react-native-express / createItem

Function createItem

examples/files/app/todos.js:3–3  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

1const randomId = () => Math.random().toString()
2
3const createItem = (title) => ({ id: randomId(), title })
4
5const types = {
6 ADD: 'ADD',

Callers 1

todos.jsFile · 0.85

Calls 1

randomIdFunction · 0.85

Tested by

no test coverage detected