MCPcopy Create free account
hub / github.com/cockroachdb/swiss / apply

Method apply

options.go:22–22  ·  view source on GitHub ↗
(m *Map[K, V])

Source from the content-addressed store, hash-verified

20// initialization.
21type Option[K comparable, V any] interface {
22 apply(m *Map[K, V])
23}
24
25type hashOption[K comparable, V any] struct {

Callers 1

InitMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected