MCPcopy 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
8func TestReflect(t *testing.T) {
9 m := NewMap(0, 0)
10 m.Add(56, 12)
11}
12
13func TestReflectPointer(t *testing.T) {
14 m := NewPointerMap(0, 0)

Callers

nothing calls this directly

Calls 2

AddMethod · 0.95
NewMapFunction · 0.85

Tested by

no test coverage detected