Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
21
type
Option[K comparable, V any]
interface
{
22
apply(m *Map[K, V])
23
}
24
25
type
hashOption[K comparable, V any]
struct
{
Callers
1
Init
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected