()
| 651 | } |
| 652 | |
| 653 | func (x *PageToken) GetOffset() int32 { |
| 654 | if x != nil { |
| 655 | return x.Offset |
| 656 | } |
| 657 | return 0 |
| 658 | } |
| 659 | |
| 660 | // Position in a text expressed as one-based line and one-based column. |
| 661 | // We use 1-based numbering to match the majority of industry standards: |
no outgoing calls
no test coverage detected