Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ TestReflect
Function
TestReflect
reflectmap/all_test.go:8–11 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
6
)
7
8
func
TestReflect(t *testing.T) {
9
m := NewMap(0, 0)
10
m.Add(56, 12)
11
}
12
13
func
TestReflectPointer(t *testing.T) {
14
m := NewPointerMap(0, 0)
Callers
nothing calls this directly
Calls
2
Add
Method · 0.95
NewMap
Function · 0.85
Tested by
no test coverage detected