(uid uint64)
| 2839 | } |
| 2840 | |
| 2841 | func UidToHex(uid uint64) string { |
| 2842 | return fmt.Sprintf("%#x", uid) |
| 2843 | } |
| 2844 | |
| 2845 | // Request wraps the state that is used when executing query. |
| 2846 | // Initially ReadTs, Cache and DQLQuery are set. |
no outgoing calls
no test coverage detected