Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ v1 } from
'uuid'
;
2
3
v1(undefined,
new
Uint8Array(16)) satisfies Uint8Array;
4
v1(undefined, Buffer.alloc(16)) satisfies Buffer;
Callers
nothing calls this directly
Calls
1
v1
Function · 0.50
Tested by
no test coverage detected