MCPcopy
hub / github.com/google/go-cmp / SetWizard

Method SetWizard

cmp/internal/teststructs/project3.go:64–64  ·  view source on GitHub ↗
(m map[string]*pb.Wizard)

Source from the content-addressed store, hash-verified

62func (d *Dirt) SetTable(t Table) { d.table = t }
63func (d *Dirt) SetTimestamp(t Timestamp) { d.ts = t }
64func (d *Dirt) SetWizard(m map[string]*pb.Wizard) { d.wizard = m }
65func (d *Dirt) SetSadistic(m map[string]*pb.Sadistic) { d.sadistic = m }
66func (d *Dirt) SetLastTime(t int64) { d.lastTime = t }
67

Callers 1

project3TestsFunction · 0.80

Calls

no outgoing calls

Tested by 1

project3TestsFunction · 0.64