Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
randomId = () => Math.random().toString()
2
3
const
createItem = (title) => ({ id: randomId(), title })
4
Callers
1
createItem
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected