Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ createID
Function
createID
src/create-id.ts:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
{ randomUUID } from
'node:crypto'
;
2
3
export
function
createID(): string {
4
return
randomUUID();
5
}
Callers
6
create-id.test.ts
File · 0.90
runTask
Method · 0.90
execute
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
shouldRun
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected