Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ uuid.test.ts
File
uuid.test.ts
packages/app/src/utils/uuid.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, describe, expect, test } from
"bun:test"
2
import
{ uuid } from
"./uuid"
3
4
const
cryptoDescriptor = Object.getOwnPropertyDescriptor(globalThis,
"crypto"
)
Callers
nothing calls this directly
Calls
6
uuid
Function · 0.90
test
Function · 0.85
setCrypto
Function · 0.85
setSecure
Function · 0.85
setRandom
Function · 0.85
describe
Function · 0.50
Tested by
no test coverage detected