Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ min
Function
min
pkg/memory/provenance.go:267–272 ·
view source on GitHub ↗
min 返回两个 float64 中的较小值。
(a, b float64)
Source
from the content-addressed store, hash-verified
265
266
// min 返回两个 float64 中的较小值。
267
func
min(a, b float64) float64 {
268
if
a < b {
269
return
a
270
}
271
return
b
272
}
Callers
15
mergeProvenance
Method · 0.70
Corroborate
Method · 0.70
Execute
Method · 0.50
checkDangerousCommand
Method · 0.50
Redact
Method · 0.50
Compress
Method · 0.50
Compress
Method · 0.50
Compress
Method · 0.50
generateSnippet
Function · 0.50
generateContext
Method · 0.50
enhanceQuery
Method · 0.50
Read
Method · 0.50
Calls
no outgoing calls
Tested by
1
containsErrorMarker
Function · 0.40