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

Method pickThreeDifferentDigits

src/types.ts:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 pickDigit(): string
21 pickTwoDifferentDigits(): [string, string]
22 pickThreeDifferentDigits(): [string, string, string]
23 fromDigits(digits: string[]): string
24 isTooSimple(code: string): boolean
25 isAllSame(code: string): boolean

Callers 6

getStrategyImplFunction · 0.80
patternAABCFunction · 0.80
patternABBCFunction · 0.80
patternAABBCCFunction · 0.80
patternABCABCFunction · 0.80
patternABCCBAFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected