Location corresponds to Profile.Location
| 135 | |
| 136 | // Location corresponds to Profile.Location |
| 137 | type Location struct { |
| 138 | ID uint64 |
| 139 | Mapping *Mapping |
| 140 | Address uint64 |
| 141 | Line []Line |
| 142 | IsFolded bool |
| 143 | |
| 144 | mappingIDX uint64 |
| 145 | } |
| 146 | |
| 147 | // Line corresponds to Profile.Line |
| 148 | type Line struct { |
nothing calls this directly
no outgoing calls
no test coverage detected