MCPcopy Create free account
hub / github.com/StarpTech/FastGraph / getRandomValues

Function getRandomValues

src/test-utils.ts:52–54  ·  view source on GitHub ↗
(arr: Uint8Array)

Source from the content-addressed store, hash-verified

50globalThis.crypto = {
51 // @ts-ignore
52 getRandomValues(arr: Uint8Array) {
53 return randomBytes(arr.length)
54 },
55 // @ts-ignore
56 subtle: {
57 // @ts-ignore

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected