(t time.Time)
| 643 | } |
| 644 | |
| 645 | func (a *explorerAPI) formatTime(t time.Time) float64 { |
| 646 | return float64(t.UnixNano()) / 1e6 |
| 647 | } |
| 648 | |
| 649 | func (a *explorerAPI) getDBID(vars map[string]string) (dbID proto.DatabaseID, err error) { |
| 650 | dbIDStr := vars["db"] |
no outgoing calls
no test coverage detected