Function corresponds to Profile.Function
| 155 | |
| 156 | // Function corresponds to Profile.Function |
| 157 | type Function struct { |
| 158 | ID uint64 |
| 159 | Name string |
| 160 | SystemName string |
| 161 | Filename string |
| 162 | StartLine int64 |
| 163 | |
| 164 | nameX int64 |
| 165 | systemNameX int64 |
| 166 | filenameX int64 |
| 167 | } |
| 168 | |
| 169 | // Parse parses a profile and checks for its validity. The input |
| 170 | // may be a gzip-compressed encoded protobuf or one of many legacy |
nothing calls this directly
no outgoing calls
no test coverage detected