Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gvisor
/ MaxKey
Method
MaxKey
pkg/segment/test/set_functions.go:53–55 ·
view source on GitHub ↗
MaxKey returns the maximum key for the set.
()
Source
from the content-addressed store, hash-verified
51
52
// MaxKey returns the maximum key for the set.
53
func
(s gapSetFunctions) MaxKey() int {
54
return
s.setFunctions.MaxKey() / 2
55
}
Callers
nothing calls this directly
Calls
1
MaxKey
Method · 0.65
Tested by
no test coverage detected