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

Method pickDigit

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

Source from the content-addressed store, hash-verified

18export interface CustomStrategyContext {
19 length: CodeLength
20 pickDigit(): string
21 pickTwoDifferentDigits(): [string, string]
22 pickThreeDifferentDigits(): [string, string, string]
23 fromDigits(digits: string[]): string

Callers 2

customStrategyFunction · 0.80
getStrategyImplFunction · 0.80

Calls

no outgoing calls

Tested by 1

customStrategyFunction · 0.64