Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TeaCoder52/patcode
/ clamp
Function
clamp
src/predictor.ts:46–46 ·
view source on GitHub ↗
(v: number)
Source
from the content-addressed store, hash-verified
44
}
45
46
const
clamp = (v: number) => Math.max(0, Math.min(1, v))
47
48
return
{
49
memorabilityScore: clamp(baseMem),
Callers
1
predictCodeQuality
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected