MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / IncImagesInProgress

Method IncImagesInProgress

monitoring/stats/stats.go:42–44  ·  view source on GitHub ↗

IncImagesInProgress increments the images in progress counter

()

Source from the content-addressed store, hash-verified

40
41// IncImagesInProgress increments the images in progress counter
42func (s *Stats) IncImagesInProgress() {
43 atomic.AddInt64(&s.imagesInProgress, 1)
44}
45
46// DecImagesInProgress decrements the images in progress counter
47func (s *Stats) DecImagesInProgress() {

Callers 2

executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected