MCPcopy 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
136const createId = () => crypto.randomUUID();
137
138export const usePythonStore = create<PythonState>()(
139 persist(

Callers 1

pythonStore.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected