Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Datakitpage/Datakit
/ createId
Function
createId
frontend/src/store/pythonStore.ts:136–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
135
// Create a unique ID generator
136
const
createId = () => crypto.randomUUID();
137
138
export
const
usePythonStore = create<PythonState>()(
139
persist(
Callers
1
pythonStore.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected