MCPcopy
hub / github.com/dabbott/react-native-express / todos.js

File todos.js

examples/files/app/todos.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

createItemFunction · 0.85

Tested by

no test coverage detected