MCPcopy Index your code
hub / github.com/TeaCoder52/patcode / random.test.ts

File random.test.ts

test/random.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest'
2import { generateCode, Strategy } from '../src/index'
3
4function fakeRngGenerator(values: number[]) {

Callers

nothing calls this directly

Calls 2

generateCodeFunction · 0.90
fakeRngGeneratorFunction · 0.85

Tested by

no test coverage detected