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

Function randomId

examples/files/app/todos.js:1–1  ·  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 1

createItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected