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

Interface CodeAnalysis

src/types.ts:28–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28export interface CodeAnalysis {
29 length: CodeLength
30 isAllSame: boolean
31 isTooSimple: boolean
32 isSequentialAsc: boolean
33 isSequentialDesc: boolean
34 repeatedGroups: number
35
36 entropy: number
37 collisionRisk: 'low' | 'medium' | 'high'
38 memorability: 'low' | 'medium' | 'high'
39}
40
41export interface CodePrediction {
42 memorabilityScore: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected