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

Method SetTable

cmp/internal/teststructs/project3.go:62–62  ·  view source on GitHub ↗
(t Table)

Source from the content-addressed store, hash-verified

60type Timestamp int64
61
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 }

Callers 1

project3TestsFunction · 0.80

Calls

no outgoing calls

Tested by 1

project3TestsFunction · 0.64