MapIDs returns the maps related to the program. Available from 4.15. The bool return value indicates whether this optional field is available.
()
| 767 | // |
| 768 | // The bool return value indicates whether this optional field is available. |
| 769 | func (pi *ProgramInfo) MapIDs() ([]MapID, bool) { |
| 770 | return pi.maps, pi.maps != nil |
| 771 | } |
| 772 | |
| 773 | // LoadTime returns when the program was loaded since boot time. |
| 774 | // |
no outgoing calls