uint64 represents the TaskMeta as a uint64.
()
| 354 | |
| 355 | // uint64 represents the TaskMeta as a uint64. |
| 356 | func (t TaskMeta) uint64() uint64 { |
| 357 | return uint64(t) |
| 358 | } |
| 359 | |
| 360 | const ( |
| 361 | // Reserve the zero value for errors. |
no outgoing calls
no test coverage detected