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

Method fromDigits

src/types.ts:23–23  ·  view source on GitHub ↗
(digits: string[])

Source from the content-addressed store, hash-verified

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

Callers 14

customStrategyFunction · 0.80
patternAABBFunction · 0.80
patternABBAFunction · 0.80
patternABABFunction · 0.80
patternAAABFunction · 0.80
patternABBBFunction · 0.80
patternAABCFunction · 0.80
patternABBCFunction · 0.80
patternABABABFunction · 0.80
patternAABBCCFunction · 0.80
patternAAABBBFunction · 0.80
patternABBABBFunction · 0.80

Calls

no outgoing calls

Tested by 1

customStrategyFunction · 0.64