MCPcopy
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

1import { randomUUID } from 'node:crypto';
2
3export function createID(): string {
4 return randomUUID();
5}

Callers 6

create-id.test.tsFile · 0.90
runTaskMethod · 0.90
executeMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
shouldRunMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected