Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/dubbo-go-hessian2
/ JavaHashSet
Struct
JavaHashSet
java_collection_test.go:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
type
JavaHashSet
struct
{
29
value []
interface
{}
30
}
31
32
func
(j *JavaHashSet) Get() []
interface
{} {
33
return
j.value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected