FastRange returns the start and end unix epoch timestamp of the trace. If its not possible to efficiently get these values from the underlying encoding then it should return decoder.ErrUnsupported
(obj []byte)
| 28 | // FastRange returns the start and end unix epoch timestamp of the trace. If its not possible to efficiently get these |
| 29 | // values from the underlying encoding then it should return decoder.ErrUnsupported |
| 30 | FastRange(obj []byte) (uint32, uint32, error) |
| 31 | } |
| 32 | |
| 33 | // NewObjectDecoder returns a Decoder given the passed string. |
no outgoing calls