Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ GetL3CollapseThreshold
Function
GetL3CollapseThreshold
agentContext/collapse.go:24–26 ·
view source on GitHub ↗
(contextLimit, softLimit int)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
GetL3CollapseThreshold(contextLimit, softLimit int) int {
25
return
getL3CollapseThreshold(contextLimit, softLimit)
26
}
27
28
type
CollapsedRegion
struct
{
29
StartIdx int
Callers
1
TestL3CollapseThresholdIsBoundedBeforeLuminaEightyPercentL4
Function · 0.92
Calls
1
getL3CollapseThreshold
Function · 0.85
Tested by
1
TestL3CollapseThresholdIsBoundedBeforeLuminaEightyPercentL4
Function · 0.74