MCPcopy 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

1import { afterEach, describe, expect, test } from "bun:test"
2import { uuid } from "./uuid"
3
4const cryptoDescriptor = Object.getOwnPropertyDescriptor(globalThis, "crypto")

Callers

nothing calls this directly

Calls 6

uuidFunction · 0.90
testFunction · 0.85
setCryptoFunction · 0.85
setSecureFunction · 0.85
setRandomFunction · 0.85
describeFunction · 0.50

Tested by

no test coverage detected