MCPcopy
hub / github.com/uuidjs/uuid / buffer.test.ts

File buffer.test.ts

examples/typescript/buffer.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { v1 } from 'uuid';
2
3v1(undefined, new Uint8Array(16)) satisfies Uint8Array;
4v1(undefined, Buffer.alloc(16)) satisfies Buffer;

Callers

nothing calls this directly

Calls 1

v1Function · 0.50

Tested by

no test coverage detected