func()

in pkg/api/api.go [295:299]


func (h *APIHandler) RequestHistory() []*RequestRecord {
	h.historyMu.Lock()
	defer h.historyMu.Unlock()
	return h.history
}