Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
41
export
interface
CodePrediction {
42
memorabilityScore: number
43
confusionScore: number
44
}
45
46
export
interface
GenerateOptions {
47
length?: CodeLength
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected