To returns the masked version of the 'to' object.
()
| 539 | |
| 540 | // To returns the masked version of the 'to' object. |
| 541 | func (m *Masker) To() runtime.Object { |
| 542 | return m.to |
| 543 | } |
| 544 | |
| 545 | // Differ creates two DiffVersion and diffs them. |
| 546 | type Differ struct { |
no outgoing calls