()
| 1481 | } |
| 1482 | |
| 1483 | func (x *TupleToUserSet) GetTupleSet() *TupleSet { |
| 1484 | if x != nil { |
| 1485 | return x.TupleSet |
| 1486 | } |
| 1487 | return nil |
| 1488 | } |
| 1489 | |
| 1490 | func (x *TupleToUserSet) GetComputed() *ComputedUserSet { |
| 1491 | if x != nil { |
no outgoing calls
no test coverage detected