()
| 1488 | } |
| 1489 | |
| 1490 | func (x *TupleToUserSet) GetComputed() *ComputedUserSet { |
| 1491 | if x != nil { |
| 1492 | return x.Computed |
| 1493 | } |
| 1494 | return nil |
| 1495 | } |
| 1496 | |
| 1497 | // TupleSet represents a set of tuples associated with a specific relation. |
| 1498 | type TupleSet struct { |
no outgoing calls
no test coverage detected