MCPcopy Index your code
hub / github.com/TeaCoder52/patcode / CodePrediction

Interface CodePrediction

src/types.ts:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41export interface CodePrediction {
42 memorabilityScore: number
43 confusionScore: number
44}
45
46export interface GenerateOptions {
47 length?: CodeLength

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected