MCPcopy
hub / github.com/google/gvisor / mappingSetFunctions

Struct mappingSetFunctions

pkg/sentry/memmap/mapping_set.go:56–56  ·  view source on GitHub ↗

mappingSetFunctions implements segment.Functions for MappingSet.

Source from the content-addressed store, hash-verified

54
55// mappingSetFunctions implements segment.Functions for MappingSet.
56type mappingSetFunctions struct{}
57
58// MinKey implements segment.Functions.MinKey.
59func (mappingSetFunctions) MinKey() uint64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected